Author: laner
Description:
Both dnsmasq and our recursors are caching lookups to private DNS. This
is really annoying when an instance is deleted, cached, then recreated,
because we need to SIGHUP dnsmasq and we need to wipe the cache on the
recursors to make the instance immediately available.
Either dnsmasq or our recursors should cache, not both.