forked from extern/shorewall_code
dc63a7960f
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@35 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
#
|
|
# Include the standard common.def file
|
|
#
|
|
. 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
|
|
|