1
0
mirror of https://gitlab.com/shorewall/code.git synced 2025-01-27 16:09:39 +01:00
shorewall_code/Shorewall-common/macro.DropUPnP
2008-12-07 18:17:26 +00:00

16 lines
401 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
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE