From 397b7ec42913404c9efc1bf5aef225e54d34acd9 Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Sat, 7 Jul 2018 02:43:48 +0000 Subject: [PATCH] Revert bf0b9e8c78ebb7313ca91fdf942b8d89145207b6...6508bac82a1d0b11fa7e0484cfb0044330c2e18e on Examples for DNS 01 hooks --- 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 1821d8a..4fccb8c 100644 --- a/Examples-for-DNS-01-hooks.md +++ b/Examples-for-DNS-01-hooks.md @@ -67,6 +67,7 @@ Here are some examples on how to implement DNS-01 challenge hooks: - [Reg.ru DNS (ruby script)](https://github.com/massdest/lets-encrypt-regru/blob/master/lets-encrypt-regru.rb) - uses [REG.API 2 for Ruby](https://github.com/regru/reg_api2-ruby) - [Vultr DNS](https://github.com/ttalle/dehydrated-vultr-hook) - Bash hook script using curl and jq to manage DNS records - [ClouDNS](https://github.com/rafaelmartins/dehydrated-cloudns) - Bash hook script using curl and jq to manage DNS records at ClouDNS +- [ClouDNS](https://github.com/highTowerSU/dehydrated-cloudns) - Bash hook script using curl and jq to manage DNS records at ClouDNS, with tools, sub-user support, chain-hook support and clouddomain support - [linode-hook (shell script)](https://github.com/ryannoblett/linode-hook) - Shell hook script using curl and jq to manage DNS records on Linode - [Servercow (bash script)](https://github.com/andryyy/servercow-dnshook-dehydrated) - Bash script with curl to create challenge responses - [FreeIPA hook(python script)](https://github.com/HeMan/ipa-dns-hook) - Python script to manage FreeIPA DNS records.