Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / manifests / rules / spotify.pp @ 8cdd24a5

Historique | Voir | Annoter | Télécharger (175 octets)

1
#
2
# @summary allow incoming spotify
3
#
4
class nftables::rules::spotify {
5
  nftables::rule { 'default_in-spotify':
6
    content => 'udp sport 57621 udp dport 57621 accept',
7
  }
8
}