diff options
-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; }; }; |