Closed zbone3 closed 5 years ago
The whois server in the result would be parsed as: : whois.nic.ai since the raw result was :: whois.nic.ai
: whois.nic.ai
:: whois.nic.ai
This results in an error: Uncaught RangeError: "port" option should be >= 0 and < 65536: whois.nic.ai
Uncaught RangeError: "port" option should be >= 0 and < 65536: whois.nic.ai
to reproduce use dot.ai as the domain (added in the tests as well)
dot.ai
Thank you, @zbone3!
The whois server in the result would be parsed as:
: whois.nic.ai
since the raw result was:: whois.nic.ai
This results in an error:
Uncaught RangeError: "port" option should be >= 0 and < 65536: whois.nic.ai
to reproduce use
dot.ai
as the domain (added in the tests as well)