@@ -69,12 +69,14 @@ The RDAP server of the parent domain's registry will be queried.
6969
7070## ARGUMENTS
7171
72- - ` --registry ` - display the registry record only (the default).
72+ - ` --registry ` - display the registry record only. This was the default
73+ behaviour prior to v1.12.
7374- ` --registrar ` - follow referral to the registrar's RDAP record (if
74- any) which will be displayed instead of the registry record. Cannot be used with
75- ` --registry ` .
75+ any) which will be displayed instead of the registry record. If no registrar
76+ link can be found, the registry record will be displayed. This option cannot be
77+ used with ` --registry ` . As of v1.12, this is the default behaviour.
7678- ` --both ` - display both the registry and (if any) registrar RDAP
77- records (implies ` --registrar ` ) .
79+ records.
7880- ` --reverse ` - if you provide an IP address or CIDR prefix, then this
7981option causes ` rdapper ` to display the record of the corresponding
8082` in-addr.arpa ` or ` ip6.arpa ` domain.
@@ -106,8 +108,8 @@ you aren't expecting them to.
106108
107109# RDAP Search
108110
109- Some RDAP servers support the ability to perform simple substring searches.
110- You can use the ` --search ` option to enable this functionality.
111+ Some RDAP servers support the ability to perform simple substring searches. You
112+ can use the ` --search ` option to enable this functionality.
111113
112114When the ` --search ` option is used, ` OBJECT ` will be used as a search term.
113115If it contains no dots (e.g. ` exampl* ` ), then ` rdapper ` will send a search
@@ -120,6 +122,16 @@ printed to `STDOUT`.
120122
121123As of writing, search is only available for domain names.
122124
125+ # INTERNATIONALIZATION & LOCALIZATION
126+
127+ ` rdapper ` is internationalized. When performing RDAP queries, it will provide
128+ the user's preferred language in the \` Accept-Language\` header, however very few
129+ RDAP servers currently provide localized responses. Its output will also be
130+ translated (where translations are available).
131+
132+ If you would like rdapper to support your preferred language, please see the
133+ advice on contributing translations in [ App::rdapper: l10n ] ( https://metacpan.org/pod/App%3A%3Ardapper%3Al10n )
134+
123135# COPYRIGHT & LICENSE
124136
125137Copyright (c) 2012-2023 CentralNic Ltd.
0 commit comments