Commit graph

11 commits

Author SHA1 Message Date
James Mills
b4e8716bba
Add support for GCore DNS 2025-01-30 22:27:20 +10:00
fox.cpp
e4f8b0da70
Merge remote-tracking branch 'origin/dev' 2025-01-24 18:50:28 +03:00
Max Mazurov
3d4e60ac20
Merge branch 'dev' into dev 2025-01-24 16:55:18 +03:00
Robert Coleman
198a9a3fb5
add ACME-DNS provider for libdns 2024-03-16 16:09:02 +13:00
Louis Guidez reind33r
eeb49621f4 libdns/rfc2136 use snake_case instead of PascalCase for configuration directives; clarify the meaning of the configuration directives 2024-02-15 23:55:55 +01:00
reind33r
250ee6fd87 libdns/rfc2136 added as a provider 2024-02-14 00:32:31 +01:00
fox.cpp
08671bc0e8
libdns/gandi: Re-add API keys support with deprecation warning 2024-01-27 16:30:38 +03:00
fox.cpp
80328b8dee
Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
fox.cpp
1de5f0bcdf
libdns: Disable namecheap provider if Go < 1.16 is used
I decided it is not worth bumping version requirement just
for one DNS provider. I would prefer to stick to targeting
Go version available in latest Ubuntu LTS (Go 1.14 currently).
2021-08-28 15:43:20 +03:00
fox.cpp
c0845fb27a
libdns: Add namecheap provider
Closes #392.
2021-08-26 07:30:15 +03:00
fox.cpp
93cf4f231a Integrate CertMagic ACME client with dns-01 challenge
Support for a subset of libdns providers is added.
Some are enabled by default (assuming they are popular ones). AWS and Google Cloud SDKs take up extra 10 MiB of executable size.

Only filesystem storage is supported as of now.

Closes #3.
2021-07-13 12:38:42 +03:00