diff options
Diffstat (limited to 'bind/named.conf.BITBASE.DK')
-rw-r--r-- | bind/named.conf.BITBASE.DK | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bind/named.conf.BITBASE.DK b/bind/named.conf.BITBASE.DK index 989c37f..c8d13b0 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -1,3 +1,4 @@ +zone "artofhosting.org" { type slave; file "db.artofhosting.org"; masters { 80.68.88.141; }; }; zone "biks.dk" { type slave; file "db.biks.dk"; masters { 80.68.88.141; }; }; zone "birgitmaanestraale.dk" { type slave; file "db.birgitmaanestraale.dk"; masters { 80.68.88.141; }; }; zone "bitbase.dk" { type slave; file "db.bitbase.dk"; masters { 80.68.88.141; }; }; |