Forwarding "all-other" zones

Cricket Liu cricket at acmebw.com
Tue Jul 6 22:39:10 UTC 1999


Cricket Liu <cricket at acmebw.com> wrote in message
news:<031801bec7fb$d1ede4a0$b477a8ce at acmebw.com>...
> zone "xyz.com" {
>     type forward;
>     forwarders {};
> };

Whoops!  Sorry about that--forgot that you'd said it was an authoritative
xyz.com name server.  Then it's

zone "xyz.com" {
    type master; // or slave
    file "db.xyz.com";
    forwarders {};
};

cricket

Acme Byte & Wire
cricket at acmebw.com
www.acmebw.com

Attend our next DNS and BIND class!  See
www.acmebw.com/training.htm for the
schedule and to register for upcoming
classes.



More information about the bind-users mailing list