diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-08-17 08:19:07 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-08-17 08:19:07 +0000 |
commit | 1f1a4b08f61747d136bf90355173823715264f3b (patch) | |
tree | 3f7a07aeab56e81ae3e98c24694dbf7097431848 /bind | |
parent | c3b733bfffbbec68c379cfc59e14d0824bb4e9e8 (diff) |
Make MSG a dual-view setup at hysbald.jones.dk (gotta rename that to hysbald.munksoegaard.dk nut not today).
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.MUNKSOEGAARD.DK | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bind/named.conf.MUNKSOEGAARD.DK b/bind/named.conf.MUNKSOEGAARD.DK new file mode 100644 index 0000000..b7188c9 --- /dev/null +++ b/bind/named.conf.MUNKSOEGAARD.DK @@ -0,0 +1,2 @@ +zone "munkesoegaard.dk" { type slave; file "db.munkesoegaard.dk"; masters { 62.242.76.162; }; }; +zone "munksoegaard.dk" { type slave; file "db.munksoegaard.dk"; masters { 62.242.76.162; }; }; |