Add interactive Manual DNS hook

Jamie Jones
2016-05-22 12:57:28 -04:00
parent 4460395546
commit 2c65cea337

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