From 690e138164ec7fdfcc4a2b2151c350a5cdd1eaa4 Mon Sep 17 00:00:00 2001 From: Eri Bastos Date: Mon, 27 Apr 2020 14:39:58 -0400 Subject: [PATCH] Updated README file to include Dreamhost --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 5d82e2f..7f49754 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Now I rewrite [DynDNS](https://github.com/TimothyYe/DynDNS) by Golang and call i * HE.net (Hurricane Electric) ([https://dns.he.net/](https://dns.he.net/)) * AliDNS ([https://help.aliyun.com/product/29697.html](https://help.aliyun.com/product/29697.html)) * DuckDNS ([https://www.duckdns.org](https://www.duckdns.org)) +* Dreamhost ([https://www.dreamhost.com](https://www.dreamhost.com)) ## Supported Platforms @@ -210,6 +211,30 @@ For DNSPod, you need to provide your API Token(you can create it [here](https:// } ``` +### Config example for Dreamhost + +For Dreamhost, you need to provide your API Token(you can create it [here](https://panel.dreamhost.com/?tree=home.api)), and config all the domains & subdomains. + +```json +{ + "provider": "Dreamhost", + "login_token": "your_api_key", + "domains": [{ + "domain_name": "example.com", + "sub_domains": ["www","test"] + },{ + "domain_name": "example2.com", + "sub_domains": ["www","test"] + } + ], + "ip_url": "https://myip.biturl.top", + "ip_type": "IPV4", + "interval": 300, + "resolver": "ns1.dreamhost.com", + "socks5_proxy": "" +} +``` + ### Config example for Google Domains For Google Domains, you need to provide email & password, and config all the domains & subdomains.