summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-03-01 21:21:54 -0300
committerJesusaves <cpntb1@ymail.com>2024-03-01 21:21:54 -0300
commite71518478073e959249baaf55dd151db02213526 (patch)
treef907126c3b9a6d09be401f9a876767a587b21fb3 /conf
parent196584f7064709c2c585b9a7238c0e7607c2b6ef (diff)
downloadserverdata-e71518478073e959249baaf55dd151db02213526.tar.gz
serverdata-e71518478073e959249baaf55dd151db02213526.tar.bz2
serverdata-e71518478073e959249baaf55dd151db02213526.tar.xz
serverdata-e71518478073e959249baaf55dd151db02213526.zip
Change socket ACO rules. Stability has precedence over security.
Diffstat (limited to 'conf')
-rw-r--r--conf/common/socket.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/common/socket.conf b/conf/common/socket.conf
index 13c0ed9ea..fa0bebb73 100644
--- a/conf/common/socket.conf
+++ b/conf/common/socket.conf
@@ -68,7 +68,7 @@ socket_configuration: {
// 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: "deny,allow"
+ order: "allow,deny"
// IP rules
// allow : Accepts connections from the ip range (even if flagged as DDoS)