summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2019-12-11 15:56:37 +0100
committerNiklas Yann Wettengel <niyawe@niyawe.de>2019-12-11 15:56:37 +0100
commit164e93f85048fa3ff08cbcc2a517a0466a9c41c7 (patch)
treee0014f413ac26be45a35cfd80c087bb279b91043
parent7bef07ac78b1e081285ca5f06f0eae0fbd33f6f2 (diff)
remove . zone in bind
-rw-r--r--roles/install_bind/templates/named.conf.j25
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/install_bind/templates/named.conf.j2 b/roles/install_bind/templates/named.conf.j2
index 9e0cadb..f5b7936 100644
--- a/roles/install_bind/templates/named.conf.j2
+++ b/roles/install_bind/templates/named.conf.j2
@@ -54,11 +54,6 @@ zone "0.in-addr.arpa" IN {
file "empty.zone";
};
-zone "." IN {
- type hint;
- file "root.hint";
-};
-
zone "ffaw" IN {
type slave;
file "bak/ffaw.zone";