On Fri 03 April 2015 22:55:58 marc wrote:
> I believe some distributions already use things like dnsmasq
> to do simpler caching
Maemo (N900) using dnsmasq <
http://maemo.org/packages/view/dnsmasq/>
and even my more ancient wrt54g 2nd level router with "Firmware: DD-WRT v24-
sp2 (07/22/09) mini"  offers to run dnsmasq ;-)
Two nice examples where I don't want some systemd-resolvd to sneak in a 
8.8.8.8 when I mess up some config. 127.0.0.1 would be the only bearable 
fallback default
 IroN900:~# cat /etc/resolv.conf 
 nameserver 127.0.0.1
 IroN900:~# ll /etc/resolv.conf
 -rw-r--r-- 1 root root 21 2009-09-17 10:48 /etc/resolv.conf
cheers
/j