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
When dealing with an invalid entry in /etc/resolv.conf (in my case an address ending in comma 8.8.8.8,) in config.rb when parsing /etc/resolv.conf:
IPv4.create(n) fails, then
IPv6.create(n) fails, then
Use Dnsruby to resolve the servers First, try the default resolvers. This of course tries to parse /etc/resolv.conf, going back to 1. creating the loop.
The text was updated successfully, but these errors were encountered:
Just to say sorry I haven't had a chance to look at this yet. I don't think this is a common problem, so it's quite low priority for me. If it's causing you pain, please let me know.
When dealing with an invalid entry in /etc/resolv.conf (in my case an address ending in comma 8.8.8.8,) in config.rb when parsing /etc/resolv.conf:
The text was updated successfully, but these errors were encountered: