NAME

rdapper - a simple console-based RDAP client.

SYNOPSIS

rdapper OBJECT [OPTIONS]

DESCRIPTION

rdapper is a simple RDAP client. It uses Net::RDAP to retrieve data about internet resources (domain names, IP addresses, and autonymous systems) and outputs the information in a human-readable format. If you want to consume this data in your own program you should use Net::RDAP directly.

rdapper was originally conceived as a full RDAP client (back when the RDAP specification was still in draft form) but is now just a very thin front-end to Net::RDAP.

OPTIONS

You can pass any internet resource as an argument; this may be:

rdapper also implements limited support for in-bailiwick nameservers, but you must use the --type=nameserver argument to disambiguate from domain names. The RDAP server of the parent domain's registry will be queried.

ADDITIONAL ARGUMENTS

INSTALLATION

To install, run:

perl Makefile.PL
make
sudo make install

You may need to manually install one or more of the dependencies (listed below), if they are not already installed, using cpanm or your operating system vendor's packages.

DEPENDENCIES

rdapper uses the following modules, some of which may already be installed:

COPYRIGHT & LICENSE

Copyright (c) 2022 CentralNic Ltd. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.