Skip to content

Commit b7525dc

Browse files
committed
MINOR: acme: enable desec DNS provider
1 parent 4123b4f commit b7525dc

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

.aspell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ allowed:
5656
- dataplanes
5757
- datepicker
5858
- dereference
59+
- desec
5960
- dgram
6061
- discoverability
6162
- durations

acme/constructor.go

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acme/dns01-providers.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
github.com/libdns/azure
22
github.com/libdns/cloudflare
33
github.com/libdns/cloudns
4+
github.com/libdns/desec
45
github.com/libdns/digitalocean
56
github.com/haproxytech/dataplaneapi/acme/exec
67
github.com/libdns/gandi

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ require (
3535
github.com/libdns/azure v0.5.0
3636
github.com/libdns/cloudflare v0.2.1
3737
github.com/libdns/cloudns v1.1.0
38+
github.com/libdns/desec v1.0.1
3839
github.com/libdns/digitalocean v0.0.0-20250606071607-dfa7af5c2e31
3940
github.com/libdns/gandi v1.1.0
4041
github.com/libdns/godaddy v1.1.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ github.com/libdns/cloudflare v0.2.1 h1:E8aoP5o79AU47t1XyzCgSecST3GvWv/nC3ycibg0t
218218
github.com/libdns/cloudflare v0.2.1/go.mod h1:Aq4IXdjalB6mD0ELvKqJiIGim8zSC6mlIshRPMOAb5w=
219219
github.com/libdns/cloudns v1.1.0 h1:W+1MadtxKySn3b5RITFTsXgTIvr5VoO5x97cewjlDcs=
220220
github.com/libdns/cloudns v1.1.0/go.mod h1:/22V6tYYDALDpM4pw/RGGJ+X2F1Luibty9kKpKvkqBM=
221+
github.com/libdns/desec v1.0.1 h1:q8U+/dE4W7V3N9wsAC6aOceP4vOMKaa02D15N3Gg0dc=
222+
github.com/libdns/desec v1.0.1/go.mod h1:kyNfDM37feCTHJO4ha0SCRafQQS+dQ/kBRWwZYDfrJo=
221223
github.com/libdns/digitalocean v0.0.0-20250606071607-dfa7af5c2e31 h1:raIuvxYVJtZ60hREOOL3MS2AS3xA0W2G3grPQ4rGTeo=
222224
github.com/libdns/digitalocean v0.0.0-20250606071607-dfa7af5c2e31/go.mod h1:hde/tjNiPFe1lLaf2TtaCAYgJ9j/SGLhaQMpgZlF6e0=
223225
github.com/libdns/gandi v1.1.0 h1:gBBbx23xejvOpbUX7HRqCYsROYag5+OUMGhQXzAkol4=

0 commit comments

Comments
 (0)