docs(config): Warn user that a trailing target=DROP rule is sensible
This commit is contained in:
parent
7b3ebde367
commit
69bdac4aa6
@ -90,8 +90,10 @@ target = DROP
|
|||||||
addr =
|
addr =
|
||||||
ports =
|
ports =
|
||||||
proto =
|
proto =
|
||||||
|
state =
|
||||||
|
do_ipv6 = true
|
||||||
```
|
```
|
||||||
If a packet has traversed rules this far without being accepted it will be dropped.
|
If a packet has traversed rules this far without being accepted it will be dropped. Note that if any of your custom `[sections]` use `do_ipv6 = true` your final `DROP` rule should do the same. Otherwise you'll just get `DROP` rule in `iptables` but not in `ip6tables`.
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
|
@ -28,3 +28,5 @@ target = DROP
|
|||||||
addr =
|
addr =
|
||||||
ports =
|
ports =
|
||||||
proto =
|
proto =
|
||||||
|
state =
|
||||||
|
do_ipv6 = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user