From f29d00d3ca14282961575f8667bb5c7529853556 Mon Sep 17 00:00:00 2001 From: eferdman Date: Sat, 5 Nov 2016 00:01:55 -0700 Subject: [PATCH] add dnspython-hook (python) --- Examples-for-DNS-01-hooks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples-for-DNS-01-hooks.md b/Examples-for-DNS-01-hooks.md index f42ac4a..81cfd67 100644 --- a/Examples-for-DNS-01-hooks.md +++ b/Examples-for-DNS-01-hooks.md @@ -39,3 +39,4 @@ Here are some examples on how to implement DNS-01 challenge hooks: - [dehydrated-all-inkl-hook (bash script)](https://github.com/o1oo11oo/dehydrated-all-inkl-hook) - hook for [ALL-INKL](https://all-inkl.com/) - [Memset DNS API (python)](https://github.com/tnwhitwell/letsencrypt-memset-hook) - hook for [MEMSET](https://www.memset.com/) - [Manual update (bash script)](https://github.com/gheja/dns-01-manual) - hook for updating DNS zone by hand (non-automated way) +- [dnspython-hook (python)](https://github.com/eferdman/dnspython-hook) - uses the [dnspython](http://www.dnspython.org) API