diff options
Diffstat (limited to 'examples/tg16/dns/master/conf-master/ap-distro6.conf')
-rw-r--r-- | examples/tg16/dns/master/conf-master/ap-distro6.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/tg16/dns/master/conf-master/ap-distro6.conf b/examples/tg16/dns/master/conf-master/ap-distro6.conf new file mode 100644 index 0000000..30b85ad --- /dev/null +++ b/examples/tg16/dns/master/conf-master/ap-distro6.conf @@ -0,0 +1,7 @@ +zone "ap-distro6.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/ap-distro6.tg16.gathering.org.zone"; +}; |