Projet

Général

Profil

Révision c2e342b2

IDc2e342b2dda892861a15f54760c93bbe82c90d39
Parent 5ffd0328
Enfant a6e14e83

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