mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
Updated README file to include Dreamhost
This commit is contained in:
parent
73cd0517a0
commit
690e138164
25
README.md
25
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/))
|
* 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))
|
* AliDNS ([https://help.aliyun.com/product/29697.html](https://help.aliyun.com/product/29697.html))
|
||||||
* DuckDNS ([https://www.duckdns.org](https://www.duckdns.org))
|
* DuckDNS ([https://www.duckdns.org](https://www.duckdns.org))
|
||||||
|
* Dreamhost ([https://www.dreamhost.com](https://www.dreamhost.com))
|
||||||
|
|
||||||
## Supported Platforms
|
## 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
|
### Config example for Google Domains
|
||||||
|
|
||||||
For Google Domains, you need to provide email & password, and config all the domains & subdomains.
|
For Google Domains, you need to provide email & password, and config all the domains & subdomains.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user