likexian / whois

Whois client for domain and ip whois information query in Go(Golang).
Apache License 2.0
382 stars 70 forks source link

whois: getServer: add refer: as valid refering server prefix #32

Closed rissson closed 1 year ago

rissson commented 1 year ago

As specified at http://www.iana.org/help/whois, IANA will send a refer: entry where data can be retrieved. It should also be prioritized over the whois: entry.

likexian commented 1 year ago

Hello @rissson Thanks for your PR.