diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-03-01 21:34:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-03-01 21:34:45 -0300 |
commit | bbdfc85b03783fb8de06f7cc2c5365094ad599bf (patch) | |
tree | 066c92b1215e983d7d4803fd729017580bc509cd /conf | |
parent | e71518478073e959249baaf55dd151db02213526 (diff) | |
download | serverdata-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.conf | 6 |
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) |