diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-03-12 20:43:03 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-03-12 20:43:03 +0100 |
commit | 0f8ba3f2e02dd336ec5d8c697b6a68b6d4e97dfe (patch) | |
tree | 46e05cedcc33a10c8f210a9f48c7d2dcb15c45a2 /bind | |
parent | f82e604dfb1bc023d177362bb3c908f43ae7e724 (diff) |
Add JONES domain majasguf.dk.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.JONES.DK | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bind/named.conf.JONES.DK b/bind/named.conf.JONES.DK index edeea4e..e62852b 100644 --- a/bind/named.conf.JONES.DK +++ b/bind/named.conf.JONES.DK @@ -5,5 +5,6 @@ zone "feliciaweb.dk" { type slave; file "db.feliciaweb.dk"; masters { 188.183. zone "jones.dk" { type slave; file "db.jones.dk"; masters { 188.183.5.254; }; }; zone "kassandra-production.dk" { type slave; file "db.kassandra-production.dk"; masters { 188.183.5.254; }; }; zone "lejlighederinc.org" { type slave; file "db.lejlighederinc.org"; masters { 188.183.5.254; }; }; +zone "majasguf.dk" { type slave; file "db.majasguf.dk"; masters { 188.183.5.254; }; }; zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { type slave; file "db.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk"; masters { 188.183.5.254; }; }; zone "xpositionreverse.org" { type slave; file "db.xpositionreverse.org"; masters { 188.183.5.254; }; }; |