From 6def97ac59efd92ce106820f35092d649805672d Mon Sep 17 00:00:00 2001 From: Talle Date: Tue, 4 Apr 2017 00:16:23 +0200 Subject: [PATCH] Add link to basic Vultr DNS update script I wrote for myself in the hope it is useful. --- Examples-for-DNS-01-hooks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Examples-for-DNS-01-hooks.md b/Examples-for-DNS-01-hooks.md index eb2db0c..36d3459 100644 --- a/Examples-for-DNS-01-hooks.md +++ b/Examples-for-DNS-01-hooks.md @@ -48,4 +48,5 @@ Here are some examples on how to implement DNS-01 challenge hooks: - [Advanced manual update (bash script)](https://github.com/owhen/dns-01-manual) - hook for updating DNS zone by hand (non-automated way) - [dnspython-hook (python)](https://github.com/eferdman/dnspython-hook) - uses the [dnspython](http://www.dnspython.org) API - [Azure DNS (bash script)](https://github.com/jangins101/letsencrypt-azuredns-hook) - uses [Azure CLI](https://docs.microsoft.com/en-us/azure/xplat-cli-install) to manage the DNS records -- [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) \ No newline at end of file +- [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 \ No newline at end of file