Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Support for properties from IP lookup. #450

Closed
martin-schmidt opened this issue Nov 6, 2015 · 1 comment
Closed

Feature: Support for properties from IP lookup. #450

martin-schmidt opened this issue Nov 6, 2015 · 1 comment

Comments

@martin-schmidt
Copy link

whois does not support parsing of IP lookup properties.

record = client.lookup('5.9.232.64')
record.properties
=> {:disclaimer=>nil,
 :domain=>nil,
 :domain_id=>nil,
 :status=>:registered,
 :available?=>false,
 :registered?=>true,
 :created_on=>nil,
 :updated_on=>nil,
 :expires_on=>nil,
 :registrar=>nil,
 :registrant_contacts=>nil,
 :admin_contacts=>nil,
 :technical_contacts=>nil,
 :nameservers=>[]}
@weppos
Copy link
Owner

weppos commented Nov 6, 2015

Duplicate of #292

@weppos weppos closed this as completed Nov 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants