diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-22 17:26:57 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-22 17:26:57 +0000 |
commit | df5ea83b0a275051227c13df6d49cd9fd98a0f18 (patch) | |
tree | f7d739812cf49aa85ca07b20dc67a619fed0dfab | |
parent | Fix mask on 127 net (diff) | |
download | config-df5ea83b0a275051227c13df6d49cd9fd98a0f18.tar.bz2 config-df5ea83b0a275051227c13df6d49cd9fd98a0f18.tar.xz config-df5ea83b0a275051227c13df6d49cd9fd98a0f18.zip |
Use provided localhost.zone
-rw-r--r-- | etc/dns/primary.conf | 2 |
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; }; |