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.