summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2019-12-17 19:31:53 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2019-12-17 19:31:53 +0000
commit7c72181a0ad56516bf13907e40f39fca4bace02c (patch)
tree6a79b458b8ab902c549f9e5b8dd498d69af71076
parentf2f61dffe9449429a79665c78a404e3993cd6e17 (diff)
downloaddns-7c72181a0ad56516bf13907e40f39fca4bace02c.tar.xz
named.conf: Remove explicit root zone
https://bugs.archlinux.org/task/61732 broke this with no notice. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--named.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/named.conf b/named.conf
index fa3d667..f956389 100644
--- a/named.conf
+++ b/named.conf
@@ -21,11 +21,6 @@ options {
};
};
-zone "." IN {
- type hint;
- file "root.hint";
-};
-
zone "kyriasis.com" IN {
type master;
file "/home/kyrias/dns/kyriasis.com.zone";