You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
If an instance of Celluloid::DNS::Resolver is created, do we consult resolve.conf for every request?
If a user specifies a search prefix, do we consult resolve.conf at all?
How does resolv.conf work on Mac OS X and is it compatible with Linux? What about Windows?
Does it make sense to use a native implementation of DNS for system-level DNS resolution, i.e. should we simply have Celluloid::DNS::Resolver defer to the OS supplied implementation?
The text was updated successfully, but these errors were encountered:
Following from celluloid/celluloid-io#146 (comment)
Celluloid::DNS::Resolver
is created, do we consultresolve.conf
for every request?resolve.conf
at all?resolv.conf
work on Mac OS X and is it compatible with Linux? What about Windows?Celluloid::DNS::Resolver
defer to the OS supplied implementation?The text was updated successfully, but these errors were encountered: