9 lines
282 B
Text
9 lines
282 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
|