gliderlabs / resolvable

Host-level DNS gateway for Docker
MIT License
315 stars 37 forks source link

Replace dnsmasq with Go DNS implementation #1

Closed mgood closed 9 years ago

mgood commented 9 years ago

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.

progrium commented 9 years ago

How's this going? Still think it's worth it?