From 57b22bf8d580c19c8e68ba687c311c899c37a42d Mon Sep 17 00:00:00 2001 From: "highTower.SU" Date: Mon, 30 Oct 2017 00:00:21 +0100 Subject: [PATCH] =?UTF-8?q?added=20successor=20implementation=20f=C3=BCr?= =?UTF-8?q?=20ClouDNS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 10b490e..7ef5e4e 100644 --- a/Examples-for-DNS-01-hooks.md +++ b/Examples-for-DNS-01-hooks.md @@ -50,4 +50,5 @@ 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 \ No newline at end of file