mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
30682e63d8
Signed-off-by: Tuomo Soini <tis@foobar.fi>
16 lines
354 B
Plaintext
16 lines
354 B
Plaintext
#
|
|
# Shorewall - DropUPnP Macro
|
|
#
|
|
# /usr/share/shorewall/macro.DropUPnP
|
|
#
|
|
# This macro silently drops UPnP probes on UDP port 1900
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
|
# PORT(S) PORT(S) DEST LIMIT GROUP
|
|
|
|
?COMMENT UPnP
|
|
|
|
DEFAULT DROP
|
|
PARAM - - udp 1900
|