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

Update whois packages to fix NS errors when querying .dk domains #28

Merged
merged 3 commits into from
Jul 5, 2022

Conversation

cbruno10
Copy link
Contributor

@cbruno10 cbruno10 commented Jul 5, 2022

Example query results

Results
> select name_servers
from
  whois_domain
where
  domain in ('emilstahl.dk');
+-----------------------------------------------------------------------+
| name_servers                                                          |
+-----------------------------------------------------------------------+
| ["ns1.simply.com","ns2.simply.com","ns3.simply.com","ns4.simply.com"] |
+-----------------------------------------------------------------------+

@cbruno10 cbruno10 linked an issue Jul 5, 2022 that may be closed by this pull request
@cbruno10 cbruno10 merged commit a8cd9fb into main Jul 5, 2022
@cbruno10 cbruno10 deleted the update-whois-packages branch July 5, 2022 15:45
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

Successfully merging this pull request may close these issues.

Nameservers not returned for .dk domains
1 participant