Projet

Général

Profil

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

root / manifests / rules / out / whois.pp @ d1864b10

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

1 2b1896c1 Tim Meusel
# @summary allow clients to query remote whois server
2
class nftables::rules::out::whois {
3
  nftables::rule { 'default_out-whois':
4
    content => 'tcp dport {43, 4321} accept comment "default_out-whois"',
5
  }
6
}