mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-07-14 01:37:52 +07:00
Merge branch 'master' into patch-2
This commit is contained in:
12
README.md
12
README.md
@ -263,11 +263,17 @@ use_header = false
|
|||||||
header_name = "X-Forwarded-For"
|
header_name = "X-Forwarded-For"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Client
|
## Clients
|
||||||
|
|
||||||
A Certbot authentication hook for acme-dns is available at: [https://github.com/joohoi/acme-dns-certbot](https://github.com/joohoi/acme-dns-certbot).
|
### Authentication hooks
|
||||||
|
|
||||||
|
- Certbot authentication hook in Python: [https://github.com/joohoi/acme-dns-certbot](https://github.com/joohoi/acme-dns-certbot)
|
||||||
|
- Certbot authentication hook in Go: [https://github.com/koesie10/acme-dns-certbot-hook](https://github.com/koesie10/acme-dns-certbot-hook)
|
||||||
|
|
||||||
|
### Libraries
|
||||||
|
|
||||||
|
- Generic client library in Python ([PyPI](https://pypi.python.org/pypi/pyacmedns/)): [https://github.com/joohoi/pyacmedns](https://github.com/joohoi/pyacmedns)
|
||||||
|
|
||||||
Client library for Python is available at PyPI: [https://pypi.python.org/pypi/pyacmedns/](https://pypi.python.org/pypi/pyacmedns/)
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
- v0.4 Clear error messages for bad TXT record content, proper handling of static CNAME records, fixed IP address parsing from the request, added option to disable registration endpoint in the configuration.
|
- v0.4 Clear error messages for bad TXT record content, proper handling of static CNAME records, fixed IP address parsing from the request, added option to disable registration endpoint in the configuration.
|
||||||
|
Reference in New Issue
Block a user