gliderlabs / resolvable

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

nameserver resolv.conf format is invalid on alpine linux #18

Closed ekristen closed 8 years ago

ekristen commented 8 years ago

nameserver IP # comment

this is invalid on alpine linux, the comment makes it so that nameserver isn't used

ekristen commented 8 years ago

disregard, for some reason on alpine, all dns requests rotate automatically between multiple nameserver entries.