Closed blysik closed 7 years ago
We have a custom whois server, which I use via:
whois -h customwhois.company.com 12.345.456
How can I make a whois request with this gem, and ONLY query that custom whois server, for the request?
Thanks!
Whoops, sorry, missed:
# The server host to query. Leave it blank for intelligent detection.
👍
Just keep in mind there is a small bug that may affect you: #440
We have a custom whois server, which I use via:
whois -h customwhois.company.com 12.345.456
How can I make a whois request with this gem, and ONLY query that custom whois server, for the request?
Thanks!