mix update_whois_servers (domaintwistex v0.9.0)
Fetches the latest WHOIS server mappings from IANA-sourced data.
Usage
mix update_whois_serversThis task downloads the whois.conf.baseline file from the iana-whois-conf project, which scrapes WHOIS server information directly from IANA's official TLD pages at https://www.iana.org/domains/root/db/
The resulting data is saved to priv/whois_servers.json and compiled into the application at build time.
Source
Data is sourced from: https://github.com/roycewilliams/iana-whois-conf Which scrapes: https://www.iana.org/domains/root/db/{tld}.html