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

whois.denic.de parser returns nameservers in a bad format #14

Closed
weppos opened this issue Feb 22, 2010 · 1 comment
Closed

whois.denic.de parser returns nameservers in a bad format #14

weppos opened this issue Feb 22, 2010 · 1 comment

Comments

@weppos
Copy link
Owner

weppos commented Feb 22, 2010

a = Whois.query "google.de"
a.nameservers
# => ["ns1.google.com", "ns2.google.com", "ns3.google.com", "ns4.google.com"]

a = Whois.query "prodns.de"
a.nameservers
# => ["ns1.prodns.de 213.160.64.75", "ns2.prodns.de 213.160.65.75", "ns3.prodns.de 83.133.190.12"]
@weppos
Copy link
Owner Author

weppos commented Feb 22, 2010

With some .de domains, whois.denic.de parser returns invalid values for nameservers (closed by d2a6e4d)

tpalmer pushed a commit to tpalmer/whois that referenced this issue Oct 10, 2012
Create whois.fabulous.com parser
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant