diff options
author | Jonas Smedegaard <dr@jones.dk> | 2006-11-26 23:01:36 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2006-11-26 23:01:36 +0000 |
commit | 1b32e8d1f8018fb4a131ec1acc89b2af18706891 (patch) | |
tree | e91eb5fd879c341c7a082d065376847505a3457d /bind | |
parent | af1d029b8e3764a90341e90194e9a98e5102f7c1 (diff) |
Fork xpositionreverse.org from JONES-nomail to own config, with locations (aarhus, gothenburg and afv) added.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/fake-102/xpositionreverse.org | 21 | ||||
-rw-r--r-- | bind/fake-222/xpositionreverse.org | 24 | ||||
-rw-r--r-- | bind/named.conf.pri | 2 | ||||
-rw-r--r-- | bind/pri/xpositionreverse.org | 24 |
4 files changed, 70 insertions, 1 deletions
diff --git a/bind/fake-102/xpositionreverse.org b/bind/fake-102/xpositionreverse.org new file mode 100644 index 0000000..a6d3897 --- /dev/null +++ b/bind/fake-102/xpositionreverse.org @@ -0,0 +1,21 @@ +$TTL 604800 +@ SOA localhost. root.localhost. ( + 1 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL + + NS localhost. + A 62.243.165.91 + TXT "v=spf1 -all" +aarhus A 83.94.204.31 + TXT "v=spf1 -all" +gothenburg A 83.140.87.74 + TXT "v=spf1 -all" +phone CNAME coreander.bitbase.dk. + TXT "v=spf1 -all" +afv A 62.242.105.84 + TXT "v=spf1 -all" +* A 62.243.165.91 + TXT "v=spf1 -all" diff --git a/bind/fake-222/xpositionreverse.org b/bind/fake-222/xpositionreverse.org new file mode 100644 index 0000000..31f84e3 --- /dev/null +++ b/bind/fake-222/xpositionreverse.org @@ -0,0 +1,24 @@ +$TTL 3600 +@ SOA dns.jones.dk. dr.jones.dk. ( +; ARRRRGH - beware + 2006130105 ; serial (2006021901) + 3600 ; refresh + 1800 ; retry + 604800 ; expire + 3600 ) ; Negative Cache TTL + NS dns.jones.dk. + NS ns.bitbase.dk. + NS ns.superserver.dk. + NS ns.homebase.dk. + A 192.168.222.250 ;62.243.165.91 + TXT "v=spf1 -all" +aarhus A 83.94.204.31 + TXT "v=spf1 -all" +gothenburg A 83.140.87.74 + TXT "v=spf1 -all" +phone CNAME coreander.bitbase.dk. + TXT "v=spf1 -all" +afv A 62.242.105.84 + TXT "v=spf1 -all" +* A 192.168.222.250 ;62.243.165.91 + TXT "v=spf1 -all" diff --git a/bind/named.conf.pri b/bind/named.conf.pri index df1facb..e830d87 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -34,7 +34,7 @@ zone "xn--magelseforldre-9ib6z.dk" { type master; file "/etc/local-JONES.DK/bind // 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/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 // dk suspended dns.jones.dk diff --git a/bind/pri/xpositionreverse.org b/bind/pri/xpositionreverse.org new file mode 100644 index 0000000..d233181 --- /dev/null +++ b/bind/pri/xpositionreverse.org @@ -0,0 +1,24 @@ +$TTL 3600 +@ SOA dns.jones.dk. dr.jones.dk. ( +; ARRRRGH - beware + 2006130105 ; serial (2006021901) + 3600 ; refresh + 1800 ; retry + 604800 ; expire + 3600 ) ; Negative Cache TTL + NS dns.jones.dk. + NS ns.bitbase.dk. + NS ns.superserver.dk. + NS ns.homebase.dk. + A 62.243.165.91 + TXT "v=spf1 -all" +aarhus A 83.94.204.31 + TXT "v=spf1 -all" +gothenburg A 83.140.87.74 + TXT "v=spf1 -all" +phone CNAME coreander.bitbase.dk. + TXT "v=spf1 -all" +afv A 62.242.105.84 + TXT "v=spf1 -all" +* A 62.243.165.91 + TXT "v=spf1 -all" |