-
Notifications
You must be signed in to change notification settings - Fork 2
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
Nameservers not returned for .dk domains #16
Comments
Thanks @emilstahl for using Steampipe and reporting this issue 🙂 interesting that it seems to return the domain as it’s own name server. I suspect this is actually an issue with the Whois parser library we are using, but will need to do more testing to see why. WHOIS data tends to vary a lot by TLD so perhaps there is something different about the .dk data. |
Yeah, the DK whois format/server is custom. 👍 |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
@e-gineer Can you remove the stale label? |
Hey @emilstahl , sorry for the radio silence on this, we'll be taking a look at this issue in the next week or so, and will post any updates here. |
@emilstahl Sorry for the long wait on this issue. I ran some tests against emilstahl.dk using the latest version of the I've opened likexian/whois-parser#52 as a feature request for better parsing. If you have any other information, feel free to add comments to that issue as well, thanks! |
Awesome. Thanks 👍 |
Describe the bug
Nameservers not returned for .dk domains. The domain is returned.
Steampipe version
Example: 0.7.3
Plugin version)
Example: 0.2.0
To reproduce
Run:
Expected behavior
As a normal whois query returns:
The output should be:
["ns1.simply.com","ns2.simply.com","ns3.simply.com","ns4.simply.com"]
The text was updated successfully, but these errors were encountered: