Add acmedns support

This commit is contained in:
Balthild
2026-01-17 06:52:43 -06:00
committed by GitHub
parent 2a8d7dec64
commit a456e2072f
7 changed files with 60 additions and 2 deletions

View File

@@ -33,4 +33,5 @@ const (
const (
DNSProviderAliDNS = "alidns"
DNSProviderCloudflare = "cloudflare"
DNSProviderACMEDNS = "acmedns"
)