fix(rule): Default drop-packet rule must use 'DROP' target
This commit is contained in:
@@ -19,7 +19,7 @@ ports = 80, 443
|
||||
ports = 143, 993, 110, 995, 25, 465, 587
|
||||
|
||||
[deny-all]
|
||||
target = DENY
|
||||
target = DROP
|
||||
addr =
|
||||
ports =
|
||||
proto =
|
||||
|
Reference in New Issue
Block a user