diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2004-11-03 09:30:15 +0000 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2004-11-03 09:30:15 +0000 |
| commit | eaa61cec5c8b0e0c75fa204f95ac8b3c5889df1a (patch) | |
| tree | cc003dddf51b5df77ccba75b744178fd6cc1d261 /bind | |
| parent | f4baf0ff9cd79bca547cf6e46d86d5b70338ee37 (diff) | |
Fumble blindly for a valid master IP.
Diffstat (limited to 'bind')
| -rw-r--r-- | bind/named.conf.ALTERSELF.COM | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bind/named.conf.ALTERSELF.COM b/bind/named.conf.ALTERSELF.COM index 77b335e..6f4a239 100644 --- a/bind/named.conf.ALTERSELF.COM +++ b/bind/named.conf.ALTERSELF.COM @@ -1,5 +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; }; }; +zone "alterself.com" { type slave; file "db.alterself.com"; masters { 12.218.48.194; }; }; +zone "drewkollasch.com" { type slave; file "db.drewkollasch.com"; masters { 12.218.48.194; }; }; +zone "epiawiki.org" { type slave; file "db.epiawiki.org"; masters { 12.218.48.194; }; }; +zone "tantrum2blindmusic.com" { type slave; file "db.tantrum2blindmusic.com"; masters { 12.218.48.194; }; }; +zone "ejhminis.com" { type slave; file "db.ejhminis.com"; masters { 12.218.48.194; }; }; |
