From 070665df68899250bca92624c969e306dc39bb5f Mon Sep 17 00:00:00 2001 From: Yashar Fakhari Date: Sun, 1 Dec 2019 13:32:43 -0800 Subject: [PATCH] Updated DNS 01 hooks (markdown) --- DNS-01-hooks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DNS-01-hooks.md b/DNS-01-hooks.md index cdf60d7..fb5312d 100644 --- a/DNS-01-hooks.md +++ b/DNS-01-hooks.md @@ -13,7 +13,8 @@ Here are some examples hooks that implement the DNS-01 challenge: - [ClouDNS](https://github.com/rafaelmartins/dehydrated-cloudns) - Bash hook script using curl and jq to manage DNS records at ClouDNS - [DNSExit (bash script)](https://github.com/jpconver/dnsexit_dnshook) - Bash script using curl to create dns-01 challenge on https://www.dnsexit.com - [DNSMadeEasy (Python script)](https://github.com/alisade/letsencrypt-dnsmadeeasy-hook) -- [dnspython-hook (python)](https://github.com/eferdman/dnspython-hook) - uses the [dnspython](http://www.dnspython.org) API +- [dnspython-hook (python)](https://github.com/eferdman/dnspython-hook) - uses the [dnspython](http://www.dnspython.org) API +- [DuckDNS (bash script)](https://github.com/walcony/letsencrypt-DuckDNS-hook) - [FreeIPA hook(python script)](https://github.com/HeMan/ipa-dns-hook) - Python script to manage FreeIPA DNS records. - [Godaddy DNS (python3 script)](https://github.com/josteink/le-godaddy-dns) - [Godaddy DNS (bash script)](https://github.com/walcony/letsencrypt-GoDaddy-hook)