Add ACME DNS01 challenge support via libdns

This commit is contained in:
世界
2023-09-16 21:37:22 +08:00
parent 7cdee741b3
commit 0c19f8308c
10 changed files with 170 additions and 2 deletions

2
go.mod
View File

@@ -15,6 +15,8 @@ require (
github.com/go-chi/render v1.0.3
github.com/gofrs/uuid/v5 v5.0.0
github.com/insomniacslk/dhcp v0.0.0-20230816195147-b3ca2534940d
github.com/libdns/alidns v1.0.3
github.com/libdns/cloudflare v0.1.0
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mholt/acmez v1.2.0
github.com/miekg/dns v1.1.55