summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-01-22 17:26:57 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2017-01-22 17:26:57 +0000
commitdf5ea83b0a275051227c13df6d49cd9fd98a0f18 (patch)
treef7d739812cf49aa85ca07b20dc67a619fed0dfab
parentFix mask on 127 net (diff)
downloadconfig-df5ea83b0a275051227c13df6d49cd9fd98a0f18.tar.bz2
config-df5ea83b0a275051227c13df6d49cd9fd98a0f18.tar.xz
config-df5ea83b0a275051227c13df6d49cd9fd98a0f18.zip
Use provided localhost.zone
-rw-r--r--etc/dns/primary.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/dns/primary.conf b/etc/dns/primary.conf
index e92fc93..5cbdaf8 100644
--- a/etc/dns/primary.conf
+++ b/etc/dns/primary.conf
@@ -106,7 +106,7 @@ view "internal" in {
zone "127.in-addr.arpa" IN {
type master;
- file "pri/127.zone";
+ file "pri/localhost.zone";
allow-update { none; };
notify no;
};