FurqanSoftware / node-whois

A simple WHOIS client for NodeJS
https://npmjs.org/package/whois
Other
255 stars 78 forks source link

RFC1034 character match #117

Closed dloveall closed 2 years ago

dloveall commented 2 years ago

Change for server regex to only match on RFC1034 valid characters (plus underscore). Fixes #114 .

Also includes changes required to make test suite succeed, fix the binary, and changes the default server for an unknown TLD from RIPE NCC to IANA.

hjr265 commented 2 years ago

@dloveall Thanks for this!