fix(rule): Default drop-packet rule must use 'DROP' target
This commit is contained in:
parent
19372524d5
commit
9dcb91d9dd
2
.idea/watcherTasks.xml
generated
2
.idea/watcherTasks.xml
generated
@ -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 "$ContentRoot$\README.md"" />
|
<option name="arguments" value="-Ur "$ContentRoot$\README.md"" />
|
||||||
<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" />
|
||||||
|
@ -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 =
|
||||||
|
@ -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 =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user