# NAME `rdap-conformance` - a script to validate the conformance of an RDAP server. # DESCRIPTION `rdap-conformance` provides a report of the conformance of an RDAP server to the RDAP profile for generic top-level domains. It tests the responses from an RDAP server against the requirements published by ICANN. # USAGE rdap-conformance OPTIONS URL # OPTIONS - `--handle=HANDLE` - explicitly specify handle. If not provided, this is derived from the last path segment of the URL. - `--type=TYPE` - specify response type, must be one of `domain`, `entity`, `nameserver`, or `help`. If not provided, this is derived from the last-but-one path segment of the URL. - `--nameserver=SERVE` - specify a nameserver to use. In order to perform DNSSEC-related tests, the server SHOULD be a validating resolver. - `--proxy=URL` - specify proxy to be used. If [LWP::Protocol::socks](https://metacpan.org/pod/LWP::Protocol::socks) is installed you can use a SOCKS proxy by givin the URL the `socks://` scheme. - `--debug` - enable debug mode (i.e. print HTTP and DNS requests and responsees). - `--disable-cache` - bypass [Net::RDAP](https://metacpan.org/pod/Net::RDAP)'s built-in cache and always query the server directly. - `--help` - show this help. # COPYRIGHT Copyright 2018 CentralNic Ltd. This program is free software, you can use it and/or modify it under the same terms as Perl itself. # SEE ALSO - [https://www.icann.org/rdap](https://www.icann.org/rdap) - the RDAP information page on the ICANN website - [Net::RDAP](https://metacpan.org/pod/Net::RDAP)