From 4b2605dd52944515905e62c33acc8b2d444e9298 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Mon, 15 Oct 2018 19:55:24 +0200 Subject: [PATCH] contrib: add DreamHost documentation. (#673) * contrib: add DreamHost documentation. * contrib: add Aurora DNS doc link. --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0c987a72..8455530d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ owners to license your work under the terms of the [MIT License](LICENSE). |---------------------------|----------------|--------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------| | Acme DNS | `acmedns` | [documentation](https://github.com/joohoi/acme-dns#api) | [Go client](https://github.com/cpu/goacmedns) | | Alibaba Cloud | `alidns` | [documentation](https://www.alibabacloud.com/help/doc-detail/42875.htm) | [Go client](https://github.com/aliyun/alibaba-cloud-sdk-go) | -| Aurora DNS | `auroradns` | ? | [Go client](https://github.com/edeckers/auroradnsclient) | +| Aurora DNS | `auroradns` | [documentation](https://libcloud.readthedocs.io/en/latest/dns/drivers/auroradns.html#api-docs) | [Go client](https://github.com/edeckers/auroradnsclient) | | Azure | `azure` | [documentation](https://docs.microsoft.com/en-us/go/azure/) | [Go client](https://github.com/Azure/azure-sdk-for-go) | | Bluecat | `bluecat` | ? | - | | Cloudflare | `cloudflare` | [documentation](https://api.cloudflare.com/) | [Go client](https://github.com/cloudflare/cloudflare-go) | @@ -46,6 +46,7 @@ owners to license your work under the terms of the [MIT License](LICENSE). | DNSimple | `dnsimple` | [documentation](https://developer.dnsimple.com/v2/) | [Go client](https://github.com/dnsimple/dnsimple-go) | | DNS Made Easy | `dnsmadeeasy` | [documentation](https://api-docs.dnsmadeeasy.com/) | - | | DNSPod | `dnspod` | [documentation](https://www.dnspod.cn/docs/index.html) | [Go client](https://github.com/decker502/dnspod-go) | +| DreamHost | `dreamhost` | [documentation](https://help.dreamhost.com/hc/en-us/articles/217560167-API_overview) | - | | Duck DNS | `duckdns` | [documentation](https://www.duckdns.org/spec.jsp) | - | | Dyn | `dyn` | [documentation](https://help.dyn.com/rest/) | - | | exec | `exec` | - | - |