diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-11-27 13:16:49 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-11-27 13:16:49 +0100 |
commit | c7c5946ce07bfaaec516fb6c2a26df568e1d9468 (patch) | |
tree | 94be40d464c711e5d65ed69b072796eaa13fc7fe /bind | |
parent | 34edea9ebde1ebd05c48b35ec2cd5a7295f168c2 (diff) |
drop HOMEBASE (homebase.dk)
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.HOMEBASE.DK | 4 | ||||
-rw-r--r-- | bind/named.conf.HOMEBASE.DK.internal | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/bind/named.conf.HOMEBASE.DK b/bind/named.conf.HOMEBASE.DK deleted file mode 100644 index 299fa8f..0000000 --- a/bind/named.conf.HOMEBASE.DK +++ /dev/null @@ -1,4 +0,0 @@ -zone "homebase.dk" { type slave; file "db.homebase.dk"; masters { 94.18.231.212; }; }; -zone "kaospilot.net" { type slave; file "db.kaospilot.net"; masters { 94.18.231.212; }; }; -zone "kaospilot.no" { type slave; file "db.kaospilot.no"; masters { 94.18.231.212; }; }; -zone "kaospilot.se" { type slave; file "db.kaospilot.se"; masters { 94.18.231.212; }; }; diff --git a/bind/named.conf.HOMEBASE.DK.internal b/bind/named.conf.HOMEBASE.DK.internal deleted file mode 100644 index afb0512..0000000 --- a/bind/named.conf.HOMEBASE.DK.internal +++ /dev/null @@ -1,4 +0,0 @@ -zone homebase.dk { in-view internal; }; -zone kaospilot.net { in-view internal; }; -zone kaospilot.no { in-view internal; }; -zone kaospilot.se { in-view internal; }; |