Subject: | Domain server for .net returns wrong results with prefix |
In Net::Whois::Raw::Data there is this prefix configured:
'whois.crsnic.net' => 'domain ',
However using it on "example.com" does return this kind of message:
We have no entry for domain "domain example.com"
This clearly indicates that they do not make use of a prefix anymore,
especially since omitting it gives the correct result.