diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-05-04 11:04:15 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-05-04 11:04:15 +0200 |
commit | d9ec811ff56f78feb04a0248219f0291b4117300 (patch) | |
tree | 4cdebb894310213ff7ec045dbb978f0c4b5a5a86 /bind | |
parent | ffc4fb1849eff76e09723ef1bd8ff4cf5975475d (diff) |
Rename jones_slaves → jones_peers.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.acl | 2 | ||||
-rw-r--r-- | bind/named.conf.pri | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/bind/named.conf.acl b/bind/named.conf.acl index 72fe51f..9003afa 100644 --- a/bind/named.conf.acl +++ b/bind/named.conf.acl @@ -1,4 +1,4 @@ -acl jones_slaves { +acl jones_peers { 193.163.102.6; // hostcount.dk-hostmaster.dk 173.246.102.199; // ns.superserver.dk 80.166.109.186; // old ns.superserver.dk diff --git a/bind/named.conf.pri b/bind/named.conf.pri index f19ee28..10b0e93 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -5,17 +5,17 @@ // int. pending // dk dns.jones.dk -zone "anniqa.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Annika Lewis -zone "bassballs.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Anders Krøyer -zone "feliciaweb.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Anders Krøyer -zone "jones.dk" { type master; file "/etc/local-JONES.DK/bind/pri/jones.dk"; allow-transfer { jones_slaves; }; }; // Jones -zone "kassandra-production.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Annika Lewis (owner=Spiff) -zone "peronard.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Michael L.P. (owner=Spiff) -zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Jones +zone "anniqa.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_peers; }; }; // Annika Lewis +zone "bassballs.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_peers; }; }; // Anders Krøyer +zone "feliciaweb.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_peers; }; }; // Anders Krøyer +zone "jones.dk" { type master; file "/etc/local-JONES.DK/bind/pri/jones.dk"; allow-transfer { jones_peers; }; }; // Jones +zone "kassandra-production.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_peers; }; }; // Annika Lewis (owner=Spiff) +zone "peronard.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_peers; }; }; // Michael L.P. (owner=Spiff) +zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_peers; }; }; // Jones // int. dns.jones.dk -zone "lejlighederinc.org" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Annika Lewis -zone "xpositionreverse.org" { type master; file "/etc/local-JONES.DK/bind/pri/xpositionreverse.org"; allow-transfer { jones_slaves; }; }; // Annika Lewis +zone "lejlighederinc.org" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_peers; }; }; // Annika Lewis +zone "xpositionreverse.org" { type master; file "/etc/local-JONES.DK/bind/pri/xpositionreverse.org"; allow-transfer { jones_peers; }; }; // Annika Lewis // dk suspended dns.jones.dk |