mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
c0d1cbd4ca
Signed-off-by: Tuomo Soini <tis@foobar.fi>
13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
#
|
|
# Shorewall -- /usr/share/shorewall/macro.DropDNSrep
|
|
#
|
|
# This macro silently drops DNS UDP replies
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
|
|
|
|
?COMMENT Late DNS Replies
|
|
|
|
DEFAULT DROP
|
|
PARAM - - udp - 53
|