Updated DNS 01 hooks (markdown)

Yashar Fakhari
2019-12-01 13:32:43 -08:00
parent 4bded12463
commit 070665df68

@@ -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)