mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 12:14:32 +01:00
15 lines
337 B
Plaintext
15 lines
337 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
|
||
|
|
||
|
DROP - - udp 1900
|