diff options
-rw-r--r-- | etc/dns/primary.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/dns/primary.conf b/etc/dns/primary.conf index cbfd394..73c9255 100644 --- a/etc/dns/primary.conf +++ b/etc/dns/primary.conf @@ -93,6 +93,11 @@ view "internal" in { file "/var/bind/root.cache"; }; + zone "list.dnswl.org" in { + type forward; + forwarders { }; + }; + zone "localhost" IN { type master; file "pri/localhost.zone"; |