An RDAP client and server written in Rust by ICANN
An RDAP client and server written in Rust by ICANN. RDAP (Registration Data Access Protocol) is a successor to the WHOIS protocol and an IETF standard for querying registration data from domain names, IP addresses, and autonomous system numbers.
An RDAP client and server written in Rust by ICANN. RDAP (Registration Data Access Protocol) is a successor to the WHOIS protocol and an IETF standard for querying registration data from domain names, IP addresses, and autonomous system numbers.
To install icann-rdap, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install icann-rdap
To see what files were installed by icann-rdap, run:
port contents icann-rdap
To later upgrade icann-rdap, run:
sudo port selfupdate && sudo port upgrade icann-rdap
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.