From 997d247a3927f610e9c43759c4efc1a33dd317ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Wed, 21 Aug 2024 16:20:42 +0200 Subject: [PATCH] fix: update custom RDAP servers file --- config/app/custom_rdap_servers.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app/custom_rdap_servers.example.yaml b/config/app/custom_rdap_servers.example.yaml index 6ecab3a..c8e652f 100644 --- a/config/app/custom_rdap_servers.example.yaml +++ b/config/app/custom_rdap_servers.example.yaml @@ -41,7 +41,7 @@ [ [ "td" ], [ "https://rdap.nic.td/" ] ], [ [ "tl" ], [ "https://rdap.nic.tl/" ] ], [ [ "us" ], [ "https://rdap.nic.us/" ] ], - [ [ "ve" ], [ "https://rdap.nic.ve/" ] ], + [ [ "ve" ], [ "https://rdap.nic.ve/rdap/" ] ], ], "version": "1.0" }