domain-watchdog/config/app/custom_rdap_servers.example.yaml
2024-12-20 17:43:35 +01:00

67 lines
3.2 KiB
YAML

#############################################################
# 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": [
[ [ "" ], [ "https://rdap.iana.org/" ] ], # If you want to make RDAP queries to get TLD information from IANA
[ [ "ad" ], [ "https://rdap.nic.ad/" ] ],
[ [ "ae" ], [ "https://rdap.nic.ae/" ] ],
[ [ "ki" ], [ "https://rdap.nic.ki/" ] ],
[ [ "af" ], [ "https://rdap.nic.af/" ] ],
[
[
"ag",
"me",
"bz",
"gi",
"pr",
"sc",
"vc"
],
[
"https://rdap.identitydigital.services/rdap/"
]
],
[ [ "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/" ] ],
[ [ "in" ], [ "https://rdap.registry.in/" ] ],
[ [ "ke" ], [ "https://rdap.kenic.or.ke/" ] ],
[ [ "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/" ] ],
[ [ "ng" ], [ "https://rdap.nic.net.ng/" ] ],
[ [ "pr" ], [ "https://rdap.afilias-srs.net/rdap/pr/" ] ],
[ [ "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/" ] ],
[ [ "ve" ], [ "https://rdap.nic.ve/rdap/" ] ],
[ [ "ws" ], [ "https://rdap.website.ws/" ] ],
],
"version": "1.0"
}