13 lines
438 B
Text
13 lines
438 B
Text
[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
|
|
|
|
# Option: iptables
|
|
# Notes.: Actual command to be executed, including common to all calls options
|
|
# Values: STRING
|
|
iptables = iptables-nft <lockingopt>
|