Projet

Général

Profil

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

root / manifests / rules / out / smtp_client.pp @ de3e7bb0

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

1 19908f41 mh
# @summary allow outgoing smtp client
2
class nftables::rules::out::smtp_client {
3
  nftables::rule {
4
    'default_out-smtp_client':
5
      content => 'tcp dport {465, 587} accept',
6
  }
7
}