From dad36236ba1de6fea1dc5f1b7233a603699538d6 Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 28 Jan 2019 19:07:35 +0100 Subject: [PATCH] Updated Examples for DNS 01 hooks (markdown) --- Examples-for-DNS-01-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples-for-DNS-01-hooks.md b/Examples-for-DNS-01-hooks.md index 8f7c3cd..1c3faf3 100644 --- a/Examples-for-DNS-01-hooks.md +++ b/Examples-for-DNS-01-hooks.md @@ -51,7 +51,7 @@ Here are some examples on how to implement DNS-01 challenge hooks: - Zonomi - [DNSMadeEasy (Python script)](https://github.com/alisade/letsencrypt-dnsmadeeasy-hook) - [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/) +- [pdns-acme for use with PDNS Manager(Bash script)](https://pdnsmanager.org/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) - [Namecheap (bash script)](https://github.com/wdouglascampbell/dehydrated_namecheap_dns_api_hook)