From 043cf2b4a25d58c7ebf7ab344c38b546f4faab6b Mon Sep 17 00:00:00 2001 From: Aleksandar Herbrich Date: Tue, 19 Jan 2016 09:07:38 +0100 Subject: [PATCH] Add new TLD dot.herbrich MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Habe eine weiterleitung für die TLD dot.herbrich eingerichtet. --- ffhh.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ffhh.conf b/ffhh.conf index c2c361a..a540927 100644 --- a/ffhh.conf +++ b/ffhh.conf @@ -90,3 +90,7 @@ zone "0.0.0.0.0.0.0.0.7.6.2.2.3.0.a.2.ip6.arpa.upstream" IN { allow-transfer { any; }; allow-update { key srv01-zone-key.; }; }; +zone "dn42" { + type forward; + forwarders { 10.112.0.14; }; +};