mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 23:53:30 +01:00
30682e63d8
Signed-off-by: Tuomo Soini <tis@foobar.fi>
18 lines
600 B
Plaintext
18 lines
600 B
Plaintext
#
|
|
# Shorewall - 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 ORIGIN RATE
|
|
# PORT(S) PORT(S) DEST LIMIT
|
|
PARAM - 224.0.0.251 udp 5353
|
|
PARAM - - udp 1024: 5353
|
|
PARAM - 224.0.0.251 2
|
|
PARAM DEST SOURCE:224.0.0.251 udp 5353
|
|
PARAM DEST SOURCE:224.0.0.251 2
|