fix(rule): Default drop-packet rule must use 'DROP' target

This commit is contained in:
hygienic-books 2022-06-18 02:41:04 +02:00
parent 19372524d5
commit 9dcb91d9dd
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<project version="4"> <project version="4">
<component name="ProjectTasksOptions"> <component name="ProjectTasksOptions">
<TaskOptions isEnabled="true"> <TaskOptions isEnabled="true">
<option name="arguments" value="-r &quot;$ContentRoot$\README.md&quot;" /> <option name="arguments" value="-Ur &quot;$ContentRoot$\README.md&quot;" />
<option name="checkSyntaxErrors" value="true" /> <option name="checkSyntaxErrors" value="true" />
<option name="description" /> <option name="description" />
<option name="exitCodeBehavior" value="ERROR" /> <option name="exitCodeBehavior" value="ERROR" />

View File

@ -59,7 +59,7 @@ ports = 80, 443
ports = 143, 993, 110, 995, 25, 465, 587 ports = 143, 993, 110, 995, 25, 465, 587
[deny-all] [deny-all]
target = DENY target = DROP
addr = addr =
ports = ports =
proto = proto =
@ -81,7 +81,7 @@ In above example file note that `[anyone-can-access-website]` makes `[maybe-a-we
We strongly recommend you do keep the very last example section: We strongly recommend you do keep the very last example section:
``` ```
[deny-all] [deny-all]
target = DENY target = DROP
addr = addr =
ports = ports =
proto = proto =

View File

@ -19,7 +19,7 @@ ports = 80, 443
ports = 143, 993, 110, 995, 25, 465, 587 ports = 143, 993, 110, 995, 25, 465, 587
[deny-all] [deny-all]
target = DENY target = DROP
addr = addr =
ports = ports =
proto = proto =