forked from extern/shorewall_code
8 lines
221 B
Plaintext
8 lines
221 B
Plaintext
|
#
|
||
|
# Shorewall 2.0 /etc/shorewall/DropNonSyn
|
||
|
#
|
||
|
# System-provided user exit for adding rules to the DropNonSyn chain
|
||
|
# created by the DropNonSyn action (action.DropNonSyn)
|
||
|
|
||
|
run_iptables -A DropNonSyn -p tcp ! --syn -j DROP
|