forked from extern/shorewall_code
4e70354d83
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@49 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
11 lines
222 B
Plaintext
11 lines
222 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
|
|
|