diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2019-12-17 19:31:53 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2019-12-17 19:31:53 +0000 |
commit | 7c72181a0ad56516bf13907e40f39fca4bace02c (patch) | |
tree | 6a79b458b8ab902c549f9e5b8dd498d69af71076 | |
parent | f2f61dffe9449429a79665c78a404e3993cd6e17 (diff) | |
download | dns-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.conf | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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"; |