diff options
author | Jonas Smedegaard <dr@jones.dk> | 2004-11-03 08:56:00 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2004-11-03 08:56:00 +0000 |
commit | f4baf0ff9cd79bca547cf6e46d86d5b70338ee37 (patch) | |
tree | fce0180a890296914d8866b79b11686b6ee95178 | |
parent | 1056a557fc6ed5551296f51b04701e25810d3638 (diff) |
Add new realm ALTERSELF.COM.
-rw-r--r-- | bind/named.conf.ALTERSELF.COM | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bind/named.conf.ALTERSELF.COM b/bind/named.conf.ALTERSELF.COM new file mode 100644 index 0000000..77b335e --- /dev/null +++ b/bind/named.conf.ALTERSELF.COM @@ -0,0 +1,5 @@ +zone "alterself.com" { type slave; file "db.alterself.com"; masters { 12.218.50.173; }; }; +zone "drewkollasch.com" { type slave; file "db.drewkollasch.com"; masters { 12.218.50.173; }; }; +zone "epiawiki.org" { type slave; file "db.epiawiki.org"; masters { 12.218.50.173; }; }; +zone "tantrum2blindmusic.com" { type slave; file "db.tantrum2blindmusic.com"; masters { 12.218.50.173; }; }; +zone "ejhminis.com" { type slave; file "db.ejhminis.com"; masters { 12.218.50.173; }; }; |