Description
OpenRDAP is a command line client for the Registration Data Access Protocol (RDAP), written in Go.
RDAP is a replacement for WHOIS, which provides domain name and IP address registration information in JSON format over HTTP.
Installation Instructions
dnf install rdap
Usage examples in /usr/share/doc/rdap/README.md
Features
- Command line RDAP client
- Output formats: text, JSON, WHOIS style
- Query types supported:
- ip
- domain
- autnum
- nameserver
- entity
- help
- url
- domain-search
- domain-search-by-nameserver
- domain-search-by-nameserver-ip
- nameserver-search
- nameserver-search-by-ip
- entity-search
- entity-search-by-handle
- Automatic server detection for ip/domain/autnum/entities
- Object tags support
- Bootstrap cache (optional, uses ~/.openrdap by default)
- X.509 client authentication
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (13)*, i386 (10)*, ppc64le (10)*, s390x (8)*, x86_64 (8)* | Fedora 40 (13 downloads) |
![]() |
aarch64 (8)*, i386 (9)*, ppc64le (9)*, s390x (8)*, x86_64 (12)* | Fedora 41 (14 downloads) |
![]() |
aarch64 (10)*, i386 (8)*, ppc64le (9)*, s390x (8)*, x86_64 (10)* | Fedora 42 (13 downloads) |
![]() |
aarch64 (10)*, i386 (13)*, ppc64le (10)*, s390x (6)*, x86_64 (16)* | Fedora rawhide (14 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable nucleo/openrdap
More info about enabling Copr repositories