diff options
author | Jonas Smedegaard <dr@jones.dk> | 2013-07-22 14:04:29 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-07-22 14:04:29 +0200 |
commit | d303a1f22f481e2eb3eb3cb423fabd402d040d0d (patch) | |
tree | f4fbf858adecf90f2cc0235d20f8f6246ba35933 | |
parent | a4f4aa31de08c7e270311923a32e023776b080f7 (diff) |
Have coreander be master NS for OROE domains.
-rw-r--r-- | bind/named.conf.OROE.DK | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bind/named.conf.OROE.DK b/bind/named.conf.OROE.DK new file mode 100644 index 0000000..6103f67 --- /dev/null +++ b/bind/named.conf.OROE.DK @@ -0,0 +1,2 @@ +zone "oroe.dk" { type slave; file "db.oroe.dk"; masters { 80.68.88.141; }; }; +zone "xn--or-mka.dk" { type slave; file "db.oroe.dk"; masters { 80.68.88.141; }; }; |