Projet

Général

Profil

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

root / manifests / rules / https.pp @ 4db4422a

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

1
# manage in https
2
class nftables::rules::https {
3
  nftables::rule{
4
    'default_in-https':
5
      content => 'tcp dport 443 accept',
6
  }
7
}