Puppet Class: nftables::rules::out::whois

Defined in:
manifests/rules/out/whois.pp

Summary

allow clients to query remote whois server

Overview



2
3
4
5
6
# File 'manifests/rules/out/whois.pp', line 2

class nftables::rules::out::whois {
  nftables::rule { 'default_out-whois':
    content => 'tcp dport {43, 4321} accept comment "default_out-whois"',
  }
}