diff options
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.pri | 12 | ||||
-rw-r--r-- | bind/pri/OROE | 43 | ||||
-rw-r--r-- | bind/pri/oroe.dk | 53 |
3 files changed, 108 insertions, 0 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 5f5eff6..27940af 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -36,12 +36,18 @@ zone "jones.dk" { zone "kassandra-production.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/kassandra-production.dk"; }; // Annika Lewis (owner=Spiff) +zone "livetpaaoroe.dk" { + type master; allow-transfer { jones_peers; }; + file "/etc/local-OROE.DK/bind/pri/OROE"; }; // OROE zone "majasguf.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www+source"; }; // Jones zone "omni-presence.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/omni-presence.dk"; }; // Annika Lewis +zone "oroe.dk" { + type master; allow-transfer { jones_peers; }; + file "/etc/local-OROE.DK/bind/pri/oroe.dk"; }; // OROE zone "public-e.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www+source+admin+media"; }; // Sara Gebran @@ -57,6 +63,12 @@ zone "stadsvandring.dk" { zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES"; }; // Jones +zone "xn--or-mka.dk" { + type master; allow-transfer { jones_peers; }; + file "/etc/local-OROE.DK/bind/pri/OROE"; }; // OROE +zone "xn--livetpor-f0a6q.dk" { + type master; allow-transfer { jones_peers; }; + file "/etc/local-OROE.DK/bind/pri/OROE"; }; // OROE // int. dns.jones.dk zone "lejlighederinc.org" { diff --git a/bind/pri/OROE b/bind/pri/OROE new file mode 100644 index 0000000..421bba2 --- /dev/null +++ b/bind/pri/OROE @@ -0,0 +1,43 @@ +$TTL 3600 +@ SOA dns.jones.dk. dr.jones.dk. ( + 2013072401 ; 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 80.68.88.141 + 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..0fcbe27 --- /dev/null +++ b/bind/pri/oroe.dk @@ -0,0 +1,53 @@ +$TTL 3600 +@ SOA dns.jones.dk. dr.jones.dk. ( + 2018123001 ; 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.215.187 + MX 10 oroe.dk.mx.one.com. +; SPF "v=spf1 -all" + +; External hosts (use A and TXT-wrapped CNAME or PTR) +_acme-challenge CNAME oroe.dk.acme.service.one.com. + +; Public local hosts (use A) +ftp CNAME accessproxy.webpod7-cph3.one.com. +imap A 46.30.211.21 +phpmyadmin CNAME dbadmin.one.com. +pop A 46.30.211.21 +source A 80.68.88.141 +*.source A 80.68.88.141 +mejeriet A 188.183.5.254 +source.mejeriet A 188.183.5.254 +www.mejeriet A 188.183.5.254 + +; Public wildcards of zone roots, hosts and non-CNAME services (use A and TXT or CNAME) +* A 46.30.215.187 + +; 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 |