Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support alternative DNS resolvers #9

Closed
ysbaddaden opened this issue Mar 9, 2015 · 0 comments · Fixed by #10
Closed

Support alternative DNS resolvers #9

ysbaddaden opened this issue Mar 9, 2015 · 0 comments · Fixed by #10

Comments

@ysbaddaden
Copy link
Owner

  • Chrome implements it's own DNS resolver (Asynchronous DNS resolver) which bypasses the glic resolver (getaddrinfo) and thus bypasses NSSwitch configuration.
  • Alternative libc implementations, like musl, don't implement NSSwitch, for simplicity.
  • Mac OS X uses per domain resolvers (cf. Pow).

It may be necessary to have an alternative solution to resolve .dev domains locally. Like depending on dnsmasq in packages and installing a custom configuration to resolve .dev domains. Maybe some other idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant