SmartDNS asks several upstream resolvers at once and hands back the address that actually answers fastest.
SmartDNS is a local DNS server that forwards each lookup to multiple upstream resolvers concurrently, measures how quickly each returned address really responds, and returns the fastest one to the client. It caches results aggressively for low latency, supports encrypted upstreams over TLS, HTTPS and QUIC, and can apply per domain rules such as pinning an address or blocking a name outright. A built in web interface shows live query logs, upstream behaviour and cache statistics. It is a common choice for private resolvers in cloud networks, branch sites and labs where lookup latency matters.
cloudimg ships SmartDNS fully patched and secure by default. It is deliberately not an open resolver: because SmartDNS has no admission control of its own, cloudimg enforces the boundary in the kernel so DNS and the web interface answer your private networks and are dropped for everyone else, and a functional audit tool on the image proves it. The web interface never carries the published default password: no credential exists in the image at all, and a unique one is generated on this instance at first boot. Upstreams are encrypted first, and the image is paired with a step by step deploy guide and backed by 24/7 support.
Real screenshots taken while testing this image against its deployment guide.