From 2c65cea33792bdca346077efa344cf823d4c71b5 Mon Sep 17 00:00:00 2001 From: Jamie Jones Date: Sun, 22 May 2016 12:57:28 -0400 Subject: [PATCH] Add interactive Manual DNS hook --- 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 41d7a3a..adb2fe2 100644 --- a/Examples-for-DNS-01-hooks.md +++ b/Examples-for-DNS-01-hooks.md @@ -20,6 +20,7 @@ Here are some examples on how to implement DNS-01 challenge hooks: - [Mythic Beasts (Bash and Perl scripts)](https://github.com/mythic-beasts/letsencrypt-mythic-dns01) - [pdns-acme for use with PDNS Manager(Bash script)](https://pdnsmanager.lmitsystems.de/documentation/letsencrypt/) - [email-notify-hook (bash script)](https://github.com/bennettp123/letsencrypt.sh-email-notify-hook) - semi-automated email notifier for use with DNS providers that do not provide an API or dynamic DNS support +- [manual-dns-hook (ruby) - interactive hook for DNS providers that do not provide an API or dynamic DNS support](https://github.com/jbjonesjr/letsencrypt-manual-hook) - [PowerDns (bash script)](https://github.com/antoiner77/letsencrypt.sh-pdns) - [OVH API (python)](https://github.com/antoiner77/letsencrypt.sh-ovh) - [How-To](https://ungeek.fr/letsencrypt-api-ovh/) (in french) - [TransIP API(php)](https://github.com/sigio/letsencrypt.sh-transip-api-dns-validator)