Projet

Général

Profil

Révision c8e7e2ba

IDc8e7e2ba68a737438d08a6553943696098dfb8f2
Parent 5ffd0328
Enfant e1a299d6

Ajouté par Tim Meusel il y a presque 2 ans

mDNS: Allow udp port 5353

Voir les différences:

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