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

never-ending loop when trying to resolve a non-ip nameserver in /etc/resolv.conf #179

Open
javierwilson opened this issue Nov 10, 2021 · 2 comments

Comments

@javierwilson
Copy link

javierwilson commented Nov 10, 2021

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:

  1. IPv4.create(n) fails, then
  2. IPv6.create(n) fails, then
  3. 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.
@alexdalitz
Copy link
Owner

alexdalitz commented Nov 10, 2021 via email

@alexdalitz
Copy link
Owner

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.

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

No branches or pull requests

2 participants