mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-21 23:23:13 +01:00
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" }
|