Skip to content

Failing query for ASN, providing the host param #237

@holgerw

Description

@holgerw

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'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions