essentials discord: ip-adress filter #4527
Answered
by
JRoy
TheLethalGoose
asked this question in
Ideas and Feature Suggestions
-
If you decide to mirror the console to discord. the option to filter out ips from the console logs would be a good idea. |
Beta Was this translation helpful? Give feedback.
Answered by
JRoy
Sep 17, 2021
Replies: 1 comment
-
Will be added in #4534 You'd want to add the following to your config to filter ip addresses when merged; # Console relay settings
# The console relay sends every message shown in the console to a Discord channel.
console:
...
# A regex pattern which will not sending matching console messages to Discord.
console-filter: "(?:[0-9]{1,3}\.){3}[0-9]{1,3}" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JRoy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will be added in #4534
You'd want to add the following to your config to filter ip addresses when merged;