Uses a Go DNS package to implement the DNS resolver in Go instead of
controlling dnsmasq. This addresses some possible race conditions when writing
the config and signalling dnsmasq to reload. This may also be more efficient by
removing the need to write the config to disk.
Uses a Go DNS package to implement the DNS resolver in Go instead of controlling dnsmasq. This addresses some possible race conditions when writing the config and signalling dnsmasq to reload. This may also be more efficient by removing the need to write the config to disk.