mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
a12225047c
Signed-off-by: Tuomo Soini <tis@foobar.fi>
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
#
|
|
# Shorewall -- /usr/share/shorewall/macro.DropUPnP
|
|
#
|
|
# This macro silently drops UPnP probes on UDP port 1900
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
|
|
|
|
?COMMENT UPnP
|
|
|
|
DEFAULT DROP
|
|
PARAM - - udp 1900
|