diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-10-22 15:08:44 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-10-22 15:08:44 +0200 |
commit | 08062ccfa66590534a5a0e85652ef61b7be98ea6 (patch) | |
tree | 1b54b65302661e8c98b98a8432c9340437b861b0 /bind | |
parent | 6e097c4f0b17b5ebd13b6ddee06323451b3d7c91 (diff) |
add ipv6 bind master for FSUB.DE
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.FSUB.DE | 4 |
1 files 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; }; }; |