summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
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)