Failure when querying for an autonomous system number (ASN), even providing the Whois server with the host parameter. Example:
The Linux command line utility succeds:
whois -h whois.nic.br 14026
Whereas we have trouble with the ruby client:
client = Whois::Client.new(:host => 'whois.nic.br')
result = client.lookup('14026')
Whois::ServerNotFound: Unable to find a WHOIS server for `14026'
Failure when querying for an autonomous system number (ASN), even providing the Whois server with the host parameter. Example:
The Linux command line utility succeds:
Whereas we have trouble with the ruby client: