2024-08-21 14:09:15 +02:00
|
|
|
#############################################################
|
|
|
|
|
# WARNING #
|
|
|
|
|
# #
|
|
|
|
|
# This list of RDAP servers is not published by IANA #
|
|
|
|
|
# !!! Use it at your own risk !!! #
|
|
|
|
|
# #
|
|
|
|
|
# This file must comply with RFC 9224 #
|
|
|
|
|
#############################################################
|
|
|
|
|
|
|
|
|
|
# Feel free to contribute to add missing RDAP servers to this file.
|
|
|
|
|
# To generate the list of TLDs that do not have an RDAP server,
|
|
|
|
|
# run this SQL query on a Domain Watchdog instance based on the official IANA list
|
|
|
|
|
# SELECT t.tld FROM tld t LEFT JOIN rdap_server rs ON rs.tld_id = t.tld WHERE t.contract_terminated IS NOT TRUE and rs.url IS NULL;
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"description": "Custom RDAP bootstrap file for Domain Name System registrations",
|
|
|
|
|
|
|
|
|
|
# Remove the following line to use servers from this list as a priority
|
|
|
|
|
# Otherwise, those from the official IANA list will have a preponderant value
|
|
|
|
|
"publication": "1970-01-01T00:00:00Z",
|
|
|
|
|
|
|
|
|
|
"services": [
|
2024-12-20 17:43:35 +01:00
|
|
|
[ [ "" ], [ "https://rdap.iana.org/" ] ], # If you want to make RDAP queries to get TLD information from IANA
|
|
|
|
|
[ [ "ad" ], [ "https://rdap.nic.ad/" ] ],
|
2024-08-21 14:09:15 +02:00
|
|
|
[ [ "ae" ], [ "https://rdap.nic.ae/" ] ],
|
|
|
|
|
[ [ "ki" ], [ "https://rdap.nic.ki/" ] ],
|
|
|
|
|
[ [ "af" ], [ "https://rdap.nic.af/" ] ],
|
2024-08-22 00:56:58 +02:00
|
|
|
[
|
|
|
|
|
[
|
|
|
|
|
"ag",
|
|
|
|
|
"me",
|
|
|
|
|
"bz",
|
|
|
|
|
"gi",
|
|
|
|
|
"pr",
|
|
|
|
|
"sc",
|
|
|
|
|
"vc"
|
|
|
|
|
],
|
|
|
|
|
[
|
|
|
|
|
"https://rdap.identitydigital.services/rdap/"
|
|
|
|
|
]
|
|
|
|
|
],
|
2024-08-21 14:09:15 +02:00
|
|
|
[ [ "ch" ], [ "https://rdap.nic.ch/" ] ],
|
|
|
|
|
[ [ "co" ], [ "https://rdap.nic.co/" ] ],
|
|
|
|
|
[ [ "de" ], [ "https://rdap.denic.de/" ] ],
|
|
|
|
|
[ [ "ga" ], [ "https://rdap.nic.ga/" ] ],
|
|
|
|
|
[ [ "ht" ], [ "https://rdap.nic.ht/" ] ],
|
2024-08-22 22:36:55 +02:00
|
|
|
[ [ "in" ], [ "https://rdap.registry.in/" ] ],
|
2024-11-02 16:11:41 +01:00
|
|
|
[ [ "ke" ], [ "https://rdap.kenic.or.ke/" ] ],
|
2024-08-21 14:09:15 +02:00
|
|
|
[ [ "kn" ], [ "https://rdap.nic.kn/" ] ],
|
|
|
|
|
[ [ "li" ], [ "https://rdap.nic.li/" ] ],
|
|
|
|
|
[ [ "ml" ], [ "https://rdap.nic.ml/" ] ],
|
|
|
|
|
[ [ "mr" ], [ "https://rdap.nic.mr/" ] ],
|
|
|
|
|
[ [ "mz" ], [ "https://rdap.nic.mz/" ] ],
|
2024-11-02 16:11:41 +01:00
|
|
|
[ [ "ng" ], [ "https://rdap.nic.net.ng/" ] ],
|
2024-08-22 22:36:55 +02:00
|
|
|
[ [ "pr" ], [ "https://rdap.afilias-srs.net/rdap/pr/" ] ],
|
2024-08-21 14:09:15 +02:00
|
|
|
[ [ "sb" ], [ "https://rdap.nic.sb/" ] ],
|
|
|
|
|
[ [ "sn" ], [ "https://rdap.nic.sn/" ] ],
|
|
|
|
|
[ [ "so" ], [ "https://rdap.nic.so/" ] ],
|
|
|
|
|
[ [ "td" ], [ "https://rdap.nic.td/" ] ],
|
|
|
|
|
[ [ "tl" ], [ "https://rdap.nic.tl/" ] ],
|
|
|
|
|
[ [ "us" ], [ "https://rdap.nic.us/" ] ],
|
2024-08-21 16:20:42 +02:00
|
|
|
[ [ "ve" ], [ "https://rdap.nic.ve/rdap/" ] ],
|
2024-08-22 22:36:55 +02:00
|
|
|
[ [ "ws" ], [ "https://rdap.website.ws/" ] ],
|
2024-08-21 14:09:15 +02:00
|
|
|
],
|
|
|
|
|
"version": "1.0"
|
|
|
|
|
}
|