From c9f453714b6d09bfd5daa418124392afb83c609d Mon Sep 17 00:00:00 2001 From: John Taylor Date: Mon, 15 Dec 2025 17:03:29 +0100 Subject: [PATCH] Fixed #4715 by updating certbot-dns-cloudns --- backend/certbot/dns-plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/certbot/dns-plugins.json b/backend/certbot/dns-plugins.json index 4eadd078a..eba8e2984 100644 --- a/backend/certbot/dns-plugins.json +++ b/backend/certbot/dns-plugins.json @@ -74,7 +74,7 @@ "cloudns": { "name": "ClouDNS", "package_name": "certbot-dns-cloudns", - "version": "~=0.6.0", + "version": "~=0.7.0", "dependencies": "", "credentials": "# Target user ID (see https://www.cloudns.net/api-settings/)\n\tdns_cloudns_auth_id=1234\n\t# Alternatively, one of the following two options can be set:\n\t# dns_cloudns_sub_auth_id=1234\n\t# dns_cloudns_sub_auth_user=foobar\n\n\t# API password\n\tdns_cloudns_auth_password=password1", "full_plugin_name": "dns-cloudns"