Date: Sun, 04 Jul 1999 16:10:36 +0100 From: Karl Pielorz <kpielorz@tdx.co.uk> To: "Art Neilson, KH7PZ" <art@hawaii.rr.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Caching only DNS server Message-ID: <377F796C.98CF0A3D@tdx.co.uk> References: <3.0.6.32.19990703112453.0088ebc0@clients1.hawaii.rr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Art Neilson, KH7PZ" wrote: > > Is there a good doc somewhere which describes how to set up > a caching only DNS server? I'm running FreeBSD 3.2-R and > it uses the BIND idistribution for the DNS server. > > I think in the old named I could just code > > primary 0.0.127.in-addr.arpa db.127.0.0 > cache . db.cache Have a look at http://www.isc.org/view.cgi?/products/BIND/ You'll need something similar to: forwarders { 1.2.3.4; }; forward-only; In your 'options {}' section (where 1.2.3.4 is the IP of your upstream nameserver). -Kp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?377F796C.98CF0A3D>