summarylogtreecommitdiffstats
path: root/named.conf
diff options
context:
space:
mode:
authorAllen Zhong2020-01-15 18:01:29 +0800
committerAllen Zhong2020-01-15 18:01:29 +0800
commit826463c885d479bd960d9c37aa6fe87e224984cf (patch)
treeff493de5d007cfb8fe28d90b886e0d9b0040ea4d /named.conf
parent55d43b46ffa52ea8f1d3a6e501f1230bcc5bd074 (diff)
downloadaur-826463c885d479bd960d9c37aa6fe87e224984cf.tar.gz
upgrade version and sync upstream changes
Diffstat (limited to 'named.conf')
-rw-r--r--named.conf15
1 files changed, 0 insertions, 15 deletions
diff --git a/named.conf b/named.conf
index 827445d3b2bd..2ac668d4c38f 100644
--- a/named.conf
+++ b/named.conf
@@ -34,21 +34,6 @@ zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa"
file "localhost.ip6.zone";
};
-zone "255.in-addr.arpa" IN {
- type master;
- file "empty.zone";
-};
-
-zone "0.in-addr.arpa" IN {
- type master;
- file "empty.zone";
-};
-
-zone "." IN {
- type hint;
- file "root.hint";
-};
-
//zone "example.org" IN {
// type slave;
// file "example.zone";