diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2013-07-22 21:22:10 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2013-07-22 21:22:10 +0200 |
| commit | 1dc786ee76d349f3ecb6696694f475117faf660e (patch) | |
| tree | ad74c03ee5565c5d0790cb5522eafbbc5f9122d0 /bind | |
| parent | d303a1f22f481e2eb3eb3cb423fabd402d040d0d (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.OROE.DK | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bind/named.conf.OROE.DK b/bind/named.conf.OROE.DK index 6103f67..ff47018 100644 --- a/bind/named.conf.OROE.DK +++ b/bind/named.conf.OROE.DK @@ -1,2 +1,4 @@ -zone "oroe.dk" { type slave; file "db.oroe.dk"; masters { 80.68.88.141; }; }; +zone "livetpaaoroe.dk" { type slave; file "db.oroe.dk"; masters { 80.68.88.141; }; }; +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; }; }; +zone "xn--livetpor-f0a6q.dk" { type slave; file "db.oroe.dk"; masters { 80.68.88.141; }; }; |
