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