Custom RDAP Server
Bypass bootstrap discovery and query a specific RDAP server directly.URL of the RDAP server to query (e.g.,
https://rdap.verisign.com/com/v1)When to Use Custom Servers
Testing
Test against development or staging RDAP servers
Private Servers
Query internal or private RDAP servers
Performance
Skip bootstrap lookup when you know the server
Entity Queries
Required for entity queries (no global bootstrap)
Server URL Requirements
The server URL should be the base RDAP endpoint. The tool will append the appropriate path based on query type:
- Domain:
/domain/{name} - IP:
/ip/{address} - Autnum:
/autnum/{number} - Entity:
/entity/{handle}
Timeout Configuration
Control how long to wait for RDAP server responses.Timeout in seconds for RDAP server requests
Use Cases
- Slow Servers
- Fast Fail
- Scripting
Some RDAP servers respond slowly. Increase timeout for reliability:
Referral Control
For domain queries, control whether to follow referrals to registrar RDAP servers.Disable automatic following of registrar referrals for domain queries
How Referrals Work
With Referrals (Default)
Without Referrals
Disabling referrals is faster but you’ll only get registry-level data, which may have redacted contact information.
SSL Configuration
Control SSL certificate verification (use with caution).Disable SSL certificate verification
Use Cases
- Testing against development servers with self-signed certificates
- Internal corporate RDAP servers with custom CAs
- Debugging SSL issues
Verbose Output
Enable detailed debugging information.Enable verbose output with query details and additional information
- Detected query type
- Normalized query (e.g., for IP shorthand)
- RDAP server being queried
- All entities and links in RDAP response
- Additional metadata and notices
Combining Options
All options can be combined for complex queries:Environment-Specific Examples
Development
Production Monitoring
Debugging
Scripting
Complete Options Reference
The domain, IP, AS number, or other identifier to query
RDAP server URL (bypasses bootstrap discovery)
Explicitly specify query type:
domain, tld, ip, autnum, entity, nameserver, or search typesOutput format:
text, json, or json-prettyEnable verbose output
Timeout in seconds
Disable SSL certificate verification
Disable following registrar referrals for domain queries
JSON output source for domain queries:
registry or registrarUpdate configuration files from GitHub (see Configuration)
Next Steps
Configuration
Learn about config files, TLD overrides, and updates
Output Formats
Master JSON and text output formatting
