Révision c8e7e2ba
mDNS: Allow udp port 5353
manifests/rules/mdns.pp | ||
---|---|---|
2 | 2 |
# @summary allow incoming multicast DNS |
3 | 3 |
# |
4 | 4 |
class nftables::rules::mdns { |
5 |
nftables::rule { 'default_in-mdns': |
|
5 |
nftables::rule { 'default_in-mdns1':
|
|
6 | 6 |
content => 'ip daddr 224.0.0.251 accept', |
7 | 7 |
} |
8 |
nftables::rule { 'default_in-mdns2': |
|
9 |
content => 'udp sport 5353 udp dport 5353 accept', |
|
10 |
} |
|
8 | 11 |
} |
Formats disponibles : Unified diff