Projet

Général

Profil

Révision 4db4422a

ID4db4422a4b1a0463d4d55f445bcf08fd2a860599
Parent 44ac0a4e
Enfant 25205881

Ajouté par tr il y a plus de 4 ans

Add http and https

Voir les différences:

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

Formats disponibles : Unified diff