diff options
author | Jonas Smedegaard <dr@jones.dk> | 2013-07-22 21:25:22 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-07-22 21:25:22 +0200 |
commit | ed71172614c33bfa9b0b23780802ae2bdecbe82b (patch) | |
tree | b74664f9dbe9155424642ed2de5bb7845b8c0689 /bind | |
parent | ec17db4e09ef459a9bba3d8d523607a979429ec7 (diff) |
Add OROE.DK domains livetpaaoroe.dk and xn--livetpor-f0a6q.dk (livetpåorø.dk).
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.pri | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 594a367..0b166d6 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -5,8 +5,10 @@ // int. pending // dk dns.jones.dk -zone "oroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { OROE_slaves; }; }; // OROE -zone "xn--or-mka.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { OROE_slaves; }; }; +zone "livetpaaoroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { OROE_slaves; }; }; // OROE +zone "oroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { OROE_slaves; }; }; // OROE +zone "xn--or-mka.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { OROE_slaves; }; }; // OROE +zone "xn--livetpor-f0a6q.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { OROE_slaves; }; }; // OROE // int. dns.OROE.dk |