We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
name_servers
Here's the test code I used:
import whois w = whois.query('google.com') w.name_servers
it works with versions 0.8 through 0.9.2, but not later versions. Not sure if it's already been reported.
0.8
0.9.2
The text was updated successfully, but these errors were encountered:
hmm, seems to be working in master:
... "name_servers": [ "NS1.GOOGLE.COM", "NS2.GOOGLE.COM", "NS3.GOOGLE.COM", "NS4.GOOGLE.COM", "ns4.google.com", "ns1.google.com", "ns3.google.com", "ns2.google.com" ], ...
Sorry, something went wrong.
No branches or pull requests
Here's the test code I used:
it works with versions
0.8
through0.9.2
, but not later versions.Not sure if it's already been reported.
The text was updated successfully, but these errors were encountered: