Add ACME DNS01 challenge support via libdns

This commit is contained in:
世界 2023-09-16 21:37:22 +08:00
parent c1ffcf365e
commit d17e93384b
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
10 changed files with 170 additions and 2 deletions

6
constant/dns.go Normal file
View file

@ -0,0 +1,6 @@
package constant
const (
DNSProviderAliDNS = "alidns"
DNSProviderCloudflare = "cloudflare"
)