mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-12 18:54:25 +01:00
f717d097d7
Signed-off-by: Tom Eastep <teastep@shorewall.net>
18 lines
457 B
Plaintext
18 lines
457 B
Plaintext
#
|
|
# Shorewall version 4 - DropDNSrep Macro
|
|
#
|
|
# /usr/share/shorewall/macro.DropDNSrep
|
|
#
|
|
# This macro silently drops DNS UDP replies
|
|
#
|
|
###############################################################################
|
|
?FORMAT 2
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
|
# PORT(S) PORT(S) DEST LIMIT GROUP
|
|
|
|
?COMMENT Late DNS Replies
|
|
|
|
DEFAULT DROP
|
|
PARAM - - udp - 53
|