weppos / whois

An intelligent — pure Ruby — WHOIS client and parser.
https://whoisrb.org
MIT License
1.14k stars 283 forks source link

whois query for .tv does not return information #662

Open AlexanderMarkevich opened 1 week ago

AlexanderMarkevich commented 1 week ago

Hello, whois request for .tv does not return information (for example, the domain steambeer.tv). But if we remove "adapter": "verisign" for "host": "whois.nic.tv" from data/tld.json , then the information will be returned correctly

edasque commented 5 days ago

Odd, the interactive web site at https://whois.nic.tv/ returns information for steambeer.tv

So does the unix CLI tool whois:

whois -h whois.nic.tv steambeer.tv
Domain Name: steambeer.tv
Registry Domain ID: 86643832_DOMAIN_TV-GDREG
Registrar WHOIS Server: whois.markmonitor.com
Registrar URL: www.markmonitor.com
...

I don't know what the adapter is for (I don't use this repo for the Ruby client)