limited forwarder?

Stephen Carville carville at ugsolutions.com
Fri Jul 7 19:30:24 UTC 2000


On Fri, 07 Jul 2000, John_Chen at acml.com wrote:
-Hi All
-
-Is there any way to configure BIND to forward a particular domain
-to its name server, e.g. anyhoast.foo.com will be forwarded to a
-defined IP address (192.1.1.1).
-Or any way to tell BIND to resolve foo.com from a specific name
-server?

zone "foo.com" {
       type forward;
       forward only;
       forwarders { 192.1.1.1; };
};=20



More information about the bind-users mailing list