diff options
Diffstat (limited to 'vars/hostclass/authoritative_nameserver')
-rw-r--r-- | vars/hostclass/authoritative_nameserver | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vars/hostclass/authoritative_nameserver b/vars/hostclass/authoritative_nameserver new file mode 100644 index 0000000..a421b7c --- /dev/null +++ b/vars/hostclass/authoritative_nameserver @@ -0,0 +1,4 @@ +#!/bin/sh + +allowed_tcp_ports='ssh domain' +allowed_udp_ports='domain' |