From ec17db4e09ef459a9bba3d8d523607a979429ec7 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 22 Jul 2013 13:54:21 +0200 Subject: Initial setup. --- bind/named.conf.acl | 9 +++++++++ bind/named.conf.pri | 15 ++++++++++++++ bind/pri/OROE | 43 +++++++++++++++++++++++++++++++++++++++ bind/pri/oroe.dk | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++ realm | 1 + redpill | 1 + 6 files changed, 127 insertions(+) create mode 100644 bind/named.conf.acl create mode 100644 bind/named.conf.pri create mode 100644 bind/pri/OROE create mode 100644 bind/pri/oroe.dk create mode 100644 realm create mode 100644 redpill diff --git a/bind/named.conf.acl b/bind/named.conf.acl new file mode 100644 index 0000000..927321d --- /dev/null +++ b/bind/named.conf.acl @@ -0,0 +1,9 @@ +acl oroe_slaves { + 193.163.102.6; // hostcount.dk-hostmaster.dk +// 80.166.109.186; // ns.superserver.dk + 80.68.88.141; // ns.bitbase.dk + 87.104.239.66; // ns.homebase.dk + 188.183.5.254; // dns.jones.dk + +// 217.70.177.40; // ns6.gandi.net +}; diff --git a/bind/named.conf.pri b/bind/named.conf.pri new file mode 100644 index 0000000..594a367 --- /dev/null +++ b/bind/named.conf.pri @@ -0,0 +1,15 @@ +// private + +// dk pending + +// 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; }; }; + +// int. dns.OROE.dk + +// dk suspended dns.OROE.dk + +// to-be-dropped dns.OROE.dk diff --git a/bind/pri/OROE b/bind/pri/OROE new file mode 100644 index 0000000..5a06805 --- /dev/null +++ b/bind/pri/OROE @@ -0,0 +1,43 @@ +$TTL 3600 +@ SOA dns.jones.dk. dr.jones.dk. ( + 2013072201 ; serial + 14400 ; refresh + 3600 ; retry + 1209600 ; expire + 900 ) ; Negative Cache TTL + +; Public zone roots, mailhubs and non-CNAME services (use A) + NS dns.jones.dk. + NS ns.bitbase.dk. +; NS ns.superserver.dk. + NS ns.homebase.dk. +; A 46.30.211.48 + MX 0 . + SPF "v=spf1 -all" + +; External hosts (use A and TXT-wrapped CNAME or PTR) + +; Public local hosts (use A) + +; Public wildcards of zone roots, hosts and non-CNAME services (use A and TXT or CNAME) +* CNAME @ + +; Public CNAME-mapped PTR records + +; Public authentication-related (LDAP and Kerberos) records + +; External services (use CNAME to local A, or A and TXT-wrapped CNAME, or CNAME if ok with partner) + +; Public local services (use CNAME) + +; Private zone roots, mailhubs and non-CNAME services (use A) + +; Private hosts (use A) + +; Private wildcards of zone roots, hosts and non-CNAME services (use CNAME) + +; Private CNAME-mapped PTR records + +; Private services (use CNAME) + +; Private CNAME-mapped PTR records diff --git a/bind/pri/oroe.dk b/bind/pri/oroe.dk new file mode 100644 index 0000000..d7a6314 --- /dev/null +++ b/bind/pri/oroe.dk @@ -0,0 +1,58 @@ +$TTL 3600 +@ SOA dns.jones.dk. dr.jones.dk. ( + 2013072201 ; serial + 14400 ; refresh + 3600 ; retry + 1209600 ; expire + 900 ) ; Negative Cache TTL + +; Public zone roots, mailhubs and non-CNAME services (use A) + NS dns.jones.dk. + NS ns.bitbase.dk. +; NS ns.superserver.dk. + NS ns.homebase.dk. + A 46.30.211.48 + MX 10 mx-cluster-a2.one.com. + MX 10 mx-cluster-a1.one.com. +; SPF "v=spf1 -all" + +; External hosts (use A and TXT-wrapped CNAME or PTR) + +; Public local hosts (use A) +clouddrive A 91.198.169.105 +*.clouddrive A 91.198.169.105 +ftp A 195.47.247.237 +iloapp A 91.198.169.165 +imap A 46.30.211.93 +logs CNAME stat4.one.com. +onecom-widgets A 195.47.247.53 +phpmyadmin A 91.198.169.158 +pop A 46.30.211.93 +pop3 A 46.30.211.93 +shares A 91.198.169.3 +stats CNAME stat4.one.com. +webc A 46.30.211.48 +www A 46.30.211.48 + +; Public wildcards of zone roots, hosts and non-CNAME services (use A and TXT or CNAME) +* A 46.30.211.48 + +; Public CNAME-mapped PTR records + +; Public authentication-related (LDAP and Kerberos) records + +; External services (use CNAME to local A, or A and TXT-wrapped CNAME, or CNAME if ok with partner) + +; Public local services (use CNAME) + +; Private zone roots, mailhubs and non-CNAME services (use A) + +; Private hosts (use A) + +; Private wildcards of zone roots, hosts and non-CNAME services (use CNAME) + +; Private CNAME-mapped PTR records + +; Private services (use CNAME) + +; Private CNAME-mapped PTR records diff --git a/realm b/realm new file mode 100644 index 0000000..eba1b22 --- /dev/null +++ b/realm @@ -0,0 +1 @@ +OROE.DK diff --git a/redpill b/redpill new file mode 100644 index 0000000..6bd47cf --- /dev/null +++ b/redpill @@ -0,0 +1 @@ +REDPILL.DK -- cgit v1.2.3