Puppet Class: nftables::rules::out::hkp
- Defined in:
- manifests/rules/out/hkp.pp
Summary
allow outgoing hkp connections to gpg keyserversOverview
2 3 4 5 6 |
# File 'manifests/rules/out/hkp.pp', line 2
class nftables::rules::out::hkp {
nftables::rule { 'default_out-hkp':
content => 'tcp dport 11371 accept',
}
}
|