bind/tests/Master-server-not-chrooted/named.conf

12 lines
176 B
Plaintext
Raw Normal View History

2017-12-11 16:15:11 +00:00
options {
directory "/var/named";
allow-query { any; };
};
zone "<DOMAIN>" IN {
type master;
file "<DOMAIN>.zone";
allow-update { none; };
};