On Fri, 10 Aug 2018 12:08:48 +0100
Simon Hobson <[email protected]> wrote:

> Steve Litt <[email protected]> wrote:
> 
> > I've now done this on my Daily Driver Desktop and my best laptop. In
> > both cases, easy. Much easier than djbdns. I'll be doing this on
> > all my boxes over the next few weeks. It's too easy not to.  
> 
> From the POV of global DNS server load, network traffic, and
> resolution times - it's better to run one recursive resolver on your
> internal network and let your other boxes use that. You then get the
> benefit of caching across different clients - unless they never have
> any DNS requests sharing any common parts.

Very true if your laptop is commonly used on your LAN. In that case,
you could put the following in /etc/unbound/unbound.conf:

root-hints /etc/lan.dns

Inside /etc/lan.dns you'd presumably put the IP address of your LAN's
master resolver. The unbound.conf manpage wasn't forthcoming as to the
exact format of lan.dns should be, nor did it say whether the hints in
lan.dns were prepended to the built in hints (which would be good) or
overwrite the built in hints (need to change lan.dns every time you
hit the road).

For use outside your local LAN, unbound seems outstanding to me. 

SteeT
_______________________________________________
Dng mailing list
[email protected]
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to