something like if() with bind ... !?

Barry Margolin barmar at genuity.net
Mon Dec 3 23:20:39 UTC 2001


In article <9uh0gd$9m3 at pub3.rc.vix.com>,
Adrian Immler <a.immler at 12mm.de> wrote:
>hi ...
>
>i have a small network running here with a linux server that is also used to
>connect to the internet via dial up ...
>
>on the box is also bind8 running with a tld called ".adi" ...
>
>now i want that bind every query that it cant process (all querys that do
>not end with ".adi") forwards it to another DNS (the one from my ISP) and
>get the result from there ...
>
>
>is that possible ?

Yes, use the options related to forwarding:

options {
  forward only;
  forwarders { <address of ISP nameserver>; };
  ...
};

-- 
Barry Margolin, barmar at genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list