mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 11:44:01 +01:00
a38f773ab1
Signed-off-by: Tom Eastep <teastep@shorewall.net>
18 lines
611 B
Plaintext
18 lines
611 B
Plaintext
#
|
|
# Shorewall version 4 - Multicast DNS Macro -- this macro assumes that only
|
|
# the DEST zone sends mDNS queries. If both zones send
|
|
# queries, use the mDNSbi macro.
|
|
#
|
|
# /usr/share/shorewall/macro.mDNS
|
|
#
|
|
# This macro handles multicast DNS traffic
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
|
|
# PORT(S) PORT(S) LIMIT GROUP
|
|
PARAM - 224.0.0.251 udp 5353
|
|
PARAM - - udp 32768: 5353
|
|
PARAM - 224.0.0.251 2
|
|
PARAM DEST SOURCE:224.0.0.251 udp 5353
|
|
PARAM DEST SOURCE:224.0.0.251 2
|