From 08062ccfa66590534a5a0e85652ef61b7be98ea6 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 22 Oct 2020 15:08:44 +0200 Subject: add ipv6 bind master for FSUB.DE --- bind/named.conf.FSUB.DE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bind/named.conf.FSUB.DE b/bind/named.conf.FSUB.DE index 7577ba2..933a4af 100644 --- a/bind/named.conf.FSUB.DE +++ b/bind/named.conf.FSUB.DE @@ -1,2 +1,2 @@ -zone "fsub.de" { type slave; file "db.fsub.de"; masters { 193.26.120.115; }; }; -zone "fsub.org" { type slave; file "db.fsub.org"; masters { 193.26.120.115; }; }; +zone "fsub.de" { type slave; file "db.fsub.de"; masters { 193.26.120.115; 2a06:e881:1702:1:400:c1ff:fe1a:7873; }; }; +zone "fsub.org" { type slave; file "db.fsub.org"; masters { 193.26.120.115; 2a06:e881:1702:1:400:c1ff:fe1a:7873; }; }; -- cgit v1.2.3