Projet

Général

Profil

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

root / manifests / rules / out / pop3.pp @ master

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

1
# @summary allow outgoing pop3
2
class nftables::rules::out::pop3 {
3
  nftables::rule {
4
    'default_out-pop3':
5
      content => 'tcp dport {110, 995} accept',
6
  }
7
}