diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-03-01 21:21:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-03-01 21:21:54 -0300 |
commit | e71518478073e959249baaf55dd151db02213526 (patch) | |
tree | f907126c3b9a6d09be401f9a876767a587b21fb3 /conf/common | |
parent | 196584f7064709c2c585b9a7238c0e7607c2b6ef (diff) | |
download | serverdata-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/common')
-rw-r--r-- | conf/common/socket.conf | 2 |
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) |