diff options
author | Jonas Smedegaard <dr@jones.dk> | 2013-07-24 13:58:08 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-07-24 13:58:08 +0200 |
commit | 102386db9fc6b5e80214e4cba8df7cc50b6643c6 (patch) | |
tree | 4325cacda186d30803b4a4ae6f29e3198a197c0d /bind | |
parent | 4b5e1ad638b9860faebc3b16e681b4fe03f9a2e7 (diff) |
Fix have livetpaaoroe.dk be an OROE domain.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 0b166d6..72fa9bc 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -5,7 +5,7 @@ // int. pending // dk dns.jones.dk -zone "livetpaaoroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { OROE_slaves; }; }; // OROE +zone "livetpaaoroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; 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 |