diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2019-12-11 15:56:37 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2019-12-11 15:56:37 +0100 |
commit | 164e93f85048fa3ff08cbcc2a517a0466a9c41c7 (patch) | |
tree | e0014f413ac26be45a35cfd80c087bb279b91043 /roles | |
parent | 7bef07ac78b1e081285ca5f06f0eae0fbd33f6f2 (diff) |
remove . zone in bind
Diffstat (limited to 'roles')
-rw-r--r-- | roles/install_bind/templates/named.conf.j2 | 5 |
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"; |