whoiser icon indicating copy to clipboard operation
whoiser copied to clipboard

Bug/Exception in .ma TLD

Open RifHut opened this issue 2 years ago • 2 comments

I installed the last version, i get when checking the available .ma domain ! but in dmns.app work fine ! image PoC : image

RifHut avatar Jul 15 '23 16:07 RifHut

hey @RifHut

The example in domain-availability.js file is only a basic one and works best with .com, .net, .org and a few others.

The whoiser library returns raw WHOIS info, and dmns.app does more checks for the other fields, Domain Status in this case: Screenshot 2023-10-19 at 21 44 23

Maybe in future we'll implement a helper function checkDomainAvailability(whoisData), but before adding something like this, the library needs to handle whois parsing for more TLDs

AndreiIgna avatar Oct 19 '23 19:10 AndreiIgna