NAME

rdapper - a simple console-based RDAP client.

SYNOPSIS

    rdapper OBJECT

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 protocol was still in draft form) but is now just a very thin front-end to Net::RDAP, and its main purpose is to allow testing of that library.

OPTIONS

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

ADDITIONAL ARGUMENTS

DEPENDENCIES

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

COPYRIGHT

Copyright 2019 CentralNic Ltd. All rights reserved.

LICENSE

Copyright (c) 2018 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.