utkarshkukreti / whois.ex

Pure Elixir WHOIS client and parser.
27 stars 16 forks source link

add more servers from nikodonnell #2

Closed Zensavona closed 6 years ago

utkarshkukreti commented 6 years ago

Thanks for the PR @Zensavona. I found a more comprehensive list of whois servers in the whois Ruby gem (https://github.com/weppos/whois) and decided to make use of their list instead. I've pushed commits which makes the Whois.Server module load that list at compile time. If you're still using this package, let me know how that works for you. :)