forked from extern/shorewall_code
8bc70674f3
Signed-off-by: Tom Eastep <teastep@shorewall.net>
11 lines
329 B
Plaintext
11 lines
329 B
Plaintext
#
|
|
# Shorewall -- /usr/share/shorewall/action.DropDNSrep
|
|
#
|
|
# This macro silently drops DNS UDP replies that are in the New state
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
|
|
|
|
DEFAULTS DROP
|
|
@1 - - udp - 53 { comment="Late DNS Replies" }
|