summaryrefslogtreecommitdiffstats
path: root/tests/Master-server-not-chrooted/named.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Master-server-not-chrooted/named.conf')
-rw-r--r--tests/Master-server-not-chrooted/named.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/Master-server-not-chrooted/named.conf b/tests/Master-server-not-chrooted/named.conf
new file mode 100644
index 0000000..e477af9
--- /dev/null
+++ b/tests/Master-server-not-chrooted/named.conf
@@ -0,0 +1,11 @@
+options {
+ directory "/var/named";
+ allow-query { any; };
+};
+
+zone "<DOMAIN>" IN {
+ type master;
+ file "<DOMAIN>.zone";
+ allow-update { none; };
+};
+