mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 08:03:11 +01:00
30682e63d8
Signed-off-by: Tuomo Soini <tis@foobar.fi>
15 lines
345 B
Plaintext
15 lines
345 B
Plaintext
#
|
|
# Shorewall - ADropUPnP Macro
|
|
#
|
|
# /usr/share/shorewall/macro.A_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
|
|
|
|
A_DROP - - udp 1900
|