forked from extern/shorewall_code
d142c4ce9e
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@499 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
10 lines
221 B
Plaintext
10 lines
221 B
Plaintext
#
|
|
# Include the standard common.def file
|
|
#
|
|
. /etc/shorewall/common.def
|
|
#
|
|
# The following rule is non-standard and compensates for tardy
|
|
# DNS replies
|
|
#
|
|
run_iptables -A common -p udp --sport 53 -mstate --state NEW -j DROP
|