summaryrefslogtreecommitdiff
path: root/dns/client.go
Commit message (Collapse)AuthorAge
* Fixes for ACMEv2Mike Crute2022-12-24
|
* Add ACMEv2 endpointsMike Crute2022-01-30
| | | | | | | | | The ACMEv2 endpoints are easier to use for clients running the Golang acme.autocert.Manager. They require no tracking of state and also handle DNS propagation checking so the client can remain simple. Once the legacy REST client for the v1 endpoints is gone those old endpoints can be removed.
* Add dynamic DNS functionalityMike Crute2020-11-10
|
* Do not do ddns update if ip is sameMike Crute2020-08-11