Projet

Général

Profil

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

root / manifests / rules / out / http.pp @ 11bf7237

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

1
# manage out http
2
class nftables::rules::out::http {
3
  nftables::rule {
4
    'default_out-http':
5
      content => 'tcp dport 80 accept';
6
  }
7
}