16 Sep
2003
16 Sep
'03
4:43 a.m.
On Tuesday, Sep 16, 2003, at 17:14 Canada/Eastern, Joe Abley wrote:
zone "2day.com" { type stub; file "2day.com"; masters { 202.37.240.3; 198.32.66.4; 203.118.144.212; } };
BIND 9 requires a semi-colon at the end of the line that begins "masters", so: zone "2day.com" { type stub; file "2day.com"; masters { 202.37.240.3; 198.32.66.4; 203.118.144.212; }; }; is better advice (works on bind 8 and bind 9). Joe