This commit is contained in:
Aleksandar Herbrich 2016-09-24 06:21:10 +00:00 committed by GitHub
commit b9cad87c2b

View file

@ -130,3 +130,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 "herbrich" {
type forward;
forwarders { 10.112.0.14; };
};