LayeredStudio / whoiser

🌍 Easy to use WHOIS info for domains, TLDs and IPs
MIT License
218 stars 32 forks source link

.US Domain Failing #58

Closed jplandry908 closed 2 years ago

jplandry908 commented 3 years ago

FYI - Querying '.us' domains started failing recently. I was able to fix this by adding a line in the cacheTldWhoisServer list for 'us'.

let cacheTldWhoisServer = { com: 'whois.verisign-grs.com', net: 'whois.verisign-grs.com', org: 'whois.pir.org', co: 'whois.nic.co', us: 'whois.nic.us', <------ NEW LINE ai: 'whois.nic.ai', app: 'whois.nic.google', io: 'whois.nic.io', shop: 'whois.nic.shop', nyc: 'whois.nic.nyc', }

AndreiIgna commented 2 years ago

hey @jplandry908,

Thanks for reporting this. The WHOIS server for .us is included in the library now