mutliple forward statements

Cinense, Mark macinen at sandia.gov
Thu Nov 8 20:38:07 UTC 2001


Can I have multiple forward statements in my named.conf file?

i.e.

zone "ross.family.tv" {
        type forward;
        forwarders { 192.168.100.21; };
};
 
zone "ross2.family.tv " {
        type forward;
        forwarders { 192.168.100.21; };
};
 
zone "bart.family.tv " {
        type forward;
        forwarders { 192.168.100.21; };
};

is what is in my named.conf file.

Mark



More information about the bind-users mailing list