From 067e9eafa827b2420dd41d1f5e142d1c55acf95d Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 7 Jul 2025 23:10:54 +0200 Subject: [PATCH] Update certbot-dns-eurodns plugin from 0.0.4 to 1.8.1 - Use the current EuroDNS API over deprecated one - Switch to new API endpoint - Resolves 403 errors from old user-api-gateway endpoint --- global/certbot-dns-plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index 65e45f3af..87dc25ea7 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -218,9 +218,9 @@ "eurodns": { "name": "EuroDNS", "package_name": "certbot-dns-eurodns", - "version": "~=0.0.4", + "version": "~=1.8.1", "dependencies": "", - "credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy", + "credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/user-api/dns-zones/", "full_plugin_name": "dns-eurodns" }, "firstdomains": {