forward DNS query for certain entries in certain zone

besnard michel mbesnard at gmail.com
Tue Jul 4 19:52:34 UTC 2006


hi,
i need to solve locally on my BIND DNS cache some DNS requests entries
from a zone (but all entries in this zone) even i'm not authoritative
and for the other entries (not solved locally) i want to forward the
query to another server

is there any bind configuration for this ?

is this configuration is good for this :

# DNS CACHE CONFIG
options {
  directory "/var/named";
  forwarders { 192.168.0.1; };
};

# EXCEPTION FOR SOME DNS RECORDS OF FOO.EXAMPLE
zone "foo.example" {
 type master;
 file "db.foo.example";
 forwarders {};
};


-- 
regards,
Michel BESNARD

http://blog.yumanet.com
http://blog.mfl42.net
http://sweetlili.yumanet.com



More information about the bind-users mailing list