From c20784f112f776676b043edab8d1e9576f40e7c9 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 16 Jan 2004 16:08:30 +0000 Subject: Separate JONES domains from BITBASE ones. --- bind/named.conf.acl | 15 +++++++++++++++ bind/named.conf.pri | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 bind/named.conf.acl create mode 100644 bind/named.conf.pri diff --git a/bind/named.conf.acl b/bind/named.conf.acl new file mode 100644 index 0000000..3e9e13b --- /dev/null +++ b/bind/named.conf.acl @@ -0,0 +1,15 @@ +acl jones_slaves { + 193.163.102.6; // hostcount.dk-hostmaster.dk + 212.99.226.254; // ns.superserver.dk + 212.99.226.250; // ns.bitbase.dk + 213.237.36.173; // ns.homebase.dk + 213.237.80.158; // ns.107b.dk + 62.242.76.162; // mail.munksoegaard.dk + 80.163.221.238; // dns.jones.dk + 217.157.178.135; // ns.idaskolen.dk + 80.166.109.186; // ns.dgi-huset.dk + + 195.184.98.98; // old ns.xenux.dk + 195.249.214.131; // new ns.xenux.dk + 195.249.214.145; // somewhere at catpipe... +}; diff --git a/bind/named.conf.pri b/bind/named.conf.pri new file mode 100644 index 0000000..5f94f74 --- /dev/null +++ b/bind/named.conf.pri @@ -0,0 +1,35 @@ +// private + +// dk pending + +// int. pending + +// dk ns.bitbase.dk +zone "11low.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Morten Steinbach +zone "bassballs.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Anders Krøyer +zone "bawnager.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-mailonly"; allow-transfer { jones_slaves; }; }; +zone "bluepill.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Spiff +zone "cph-bmx.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { jones_slaves; }; }; // Nils Stærk +zone "cph-squarekitchen.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald +zone "istedgade103.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald +zone "jones.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/jones.dk"; allow-transfer { jones_slaves; }; }; // Jones +zone "kassandra-production.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { jones_slaves; }; }; +zone "knudemand.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { jones_slaves; }; }; // Jacob Gorm +zone "knudemanden.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { jones_slaves; }; }; // Jacob Gorm +zone "macronald.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { jones_slaves; }; }; // MacRonald +zone "nilsstaerk.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { jones_slaves; }; }; // Nils Stærk +zone "nobullshit.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Kent Dahl +zone "peronard.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { jones_slaves; }; }; // Michael L.P. +zone "public-e.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { jones_slaves; }; }; // Sara Gebran +zone "redpill.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { jones_slaves; }; }; // Spiff +zone "skubforum.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald +zone "sundbykajak.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { jones_slaves; }; }; // Jacob Gorm +zone "vesterbronx.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald +zone "vesterkaer.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { jones_slaves; }; }; // Morten Steinbak +zone "vinbar.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald +zone "vinterstemmer.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Troels + +// int. ns.bitbase.dk +zone "craignative.com" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { jones_slaves; }; }; // Jacob Valdemar +zone "eyefish.org" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Kent Dahl +zone "helbak.com" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { jones_slaves; }; }; // MacRonald -- cgit v1.2.3