docs(config): Warn user that a trailing target=DROP rule is sensible
This commit is contained in:
		| @@ -90,8 +90,10 @@ target = DROP | ||||
| addr = | ||||
| ports = | ||||
| 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 | ||||
|  | ||||
|   | ||||
| @@ -28,3 +28,5 @@ target = DROP | ||||
| addr = | ||||
| ports = | ||||
| proto = | ||||
| state = | ||||
| do_ipv6 = true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user