From 07aa5e0043fbf6c953af85f6cd36477d25022a86 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Sun, 18 Mar 2018 16:01:46 +0200 Subject: [PATCH] README: Add link to the client library --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4362499..ce32871 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,8 @@ header_name = "X-Forwarded-For" A Certbot authentication hook for acme-dns is available at: [https://github.com/joohoi/acme-dns-certbot](https://github.com/joohoi/acme-dns-certbot). +Client library for Python is available at PyPI: [https://pypi.python.org/pypi/pyacmedns/](https://pypi.python.org/pypi/pyacmedns/) + ## 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.3.2 Dockerfile was fixed for users using autocert feature