2023-09-20 20:56:20 +02:00
|
|
|
[Init]
|
|
|
|
|
|
|
|
# Option: blocktype
|
|
|
|
# Note: This is what the action does with rules. This can be any jump target
|
|
|
|
# as per the iptables man page (section 8). Common values are DROP
|
|
|
|
# REJECT, REJECT --reject-with icmp-port-unreachable
|
|
|
|
# Values: STRING
|
|
|
|
blocktype = DROP
|
2024-02-03 16:47:13 +01:00
|
|
|
|
|
|
|
# Option: iptables
|
|
|
|
# Notes.: Actual command to be executed, including common to all calls options
|
|
|
|
# Values: STRING
|
|
|
|
iptables = iptables-nft <lockingopt>
|