diff options
-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; }; |