Description
If I am running whatever dns cache in my VPS, there does not seem to be any decent way to prefer using local cache from VPS system. I think it would work well, if the admin panel offered also Automatic resolvers prepended by localhost address.
Dnsmasq for example will ignore own addresses in /etc/resolv.conf, so it would be enough to configure it. Even if other servers like bind9 or unbound accepting queries from localhost would be used, this would make local VPS system to use own cache if working, then to fall back to remote servers if not or failing. Queries to localhost fail relatively fast, so even if I needed to have dns cache down for a bit, my connection would still work.
Is there any instructions prepared in vps image to obtain recommended nameservers? I think preparing fixed /etc/resolv.conf cannot work with any local cache under normal circumstances.