diff options
author | Jonas Smedegaard <dr@jones.dk> | 2004-11-22 12:04:11 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2004-11-22 12:04:11 +0000 |
commit | 1f5599e0232948e025f122cce89e6bf6ce28bb88 (patch) | |
tree | d09ac455c62bdc2c8bba883ad070a94515b98372 | |
parent | 205b3bcf2d0b93ab73964c729012d2127d110fd1 (diff) |
Suspending domains cph-squarekitchen.dk minbrorsbutik.dk skubforum.dk vinbar.dk.
-rw-r--r-- | bind/named.conf.pri | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index ab26c75..6bdab2a 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -11,25 +11,21 @@ zone "bluepill.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-noma zone "chp-bmx.dk" { type master; file "/etc/local-JONES.DK/bind/pri/OFF"; allow-transfer { jones_slaves; }; }; // Nils Stærk zone "christinalegind.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald (owner+billing=Spiff) zone "cph-bmx.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Nils Stærk (admin=Nils) -zone "cph-squarekitchen.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald (admin=Ronald) zone "istedgade103.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald 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 "knudemand.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Jacob Gorm (billing=Spiff) zone "knudemanden.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Jacob Gorm (billing=Spiff) zone "macronald.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // MacRonald -zone "minbrorsbutik.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Michael L.P. zone "nilsstaerk.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Nils Stærk (admin=Nils) zone "olinegaard.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Olinesgaard (billing=Spiff) zone "olinesgaard.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Olinesgaard (billing=Spiff) zone "peronard.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Michael L.P. (owner=Spiff) zone "public-e.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Sara Gebran (admin=Sara) zone "redpill.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Spiff -zone "skubforum.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald (admin=Ronald) zone "sundbykajak.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Jacob Gorm zone "vesterbronx.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald zone "vesterkaer.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Morten Steinbak (owner+billing=Spiff) -zone "vinbar.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald (admin=Ronald) zone "visensvenneriballerup.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Niels Saabye MSG (owner+billing=Spiff) // int. dns.jones.dk @@ -37,6 +33,10 @@ zone "craignative.com" { type master; file "/etc/local-JONES.DK/bind/pri/JONES" zone "helbak.com" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // MacRonald (reg=TotalReg) // dk suspended dns.jones.dk +// zone "cph-squarekitchen.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald (admin=Ronald) +// zone "minbrorsbutik.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Michael L.P. +// zone "skubforum.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald (admin=Ronald) +// zone "vinbar.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald (admin=Ronald) // to-be-dropped dns.jones.dk // zone "eventyrklub.dk" { type master; file "/etc/local-JONES.DK/bind/pri/OFF"; allow-transfer { jones_slaves; }; }; // Fritz |