summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-03-01 21:34:45 -0300
committerJesusaves <cpntb1@ymail.com>2024-03-01 21:34:45 -0300
commitbbdfc85b03783fb8de06f7cc2c5365094ad599bf (patch)
tree066c92b1215e983d7d4803fd729017580bc509cd /conf
parente71518478073e959249baaf55dd151db02213526 (diff)
downloadserverdata-bbdfc85b03783fb8de06f7cc2c5365094ad599bf.tar.gz
serverdata-bbdfc85b03783fb8de06f7cc2c5365094ad599bf.tar.bz2
serverdata-bbdfc85b03783fb8de06f7cc2c5365094ad599bf.tar.xz
serverdata-bbdfc85b03783fb8de06f7cc2c5365094ad599bf.zip
Who TF wrote this thing?!
Diffstat (limited to 'conf')
-rw-r--r--conf/common/socket.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/common/socket.conf b/conf/common/socket.conf
index fa0bebb73..190f2c305 100644
--- a/conf/common/socket.conf
+++ b/conf/common/socket.conf
@@ -63,12 +63,12 @@ socket_configuration: {
// This also enables DDoS protection.
enable: true
- // Order of the checks
+ // Order of the checks (THE WHITESPACE MATTERS)
// deny,allow : Checks deny rules, then allow rules. Allows if no rules match.
- // allow,deny : Checks allow rules, then deny rules. Allows if no rules match.
+ // allow, deny : Checks allow rules, then deny rules. Allows if no rules match.
// mutual-failure : Allows only if an allow rule matches and no deny rules match.
// (default is deny,allow)
- order: "allow,deny"
+ order: "allow, deny"
// IP rules
// allow : Accepts connections from the ip range (even if flagged as DDoS)