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