mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 12:14:32 +01:00
62a75cb98d
Signed-off-by: Tom Eastep <teastep@shorewall.net>
16 lines
351 B
Plaintext
16 lines
351 B
Plaintext
#
|
|
# Shorewall version 4 - DropUPnP Macro
|
|
#
|
|
# /usr/share/shorewall/macro.DropUPnP
|
|
#
|
|
# This macro silently drops UPnP probes on UDP port 1900
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
|
|
# PORT(S) PORT(S) LIMIT GROUP
|
|
|
|
COMMENT UPnP
|
|
|
|
DEFAULT DROP
|
|
PARAM - - udp 1900
|