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
454 B
Plaintext
18 lines
454 B
Plaintext
#
|
|
# Shorewall version 4 - DropUPnP Macro
|
|
#
|
|
# /usr/share/shorewall/macro.DropUPnP
|
|
#
|
|
# This macro silently drops UPnP probes on UDP port 1900
|
|
#
|
|
###############################################################################
|
|
?FORMAT 2
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
|
# PORT(S) PORT(S) DEST LIMIT GROUP
|
|
|
|
?COMMENT UPnP
|
|
|
|
DEFAULT DROP
|
|
PARAM - - udp 1900
|