mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
Merge branch 'master' of github.com:TimothyYe/godns
This commit is contained in:
commit
f9ebb41c80
@ -29,6 +29,7 @@ Now I rewrite [DynDNS](https://github.com/TimothyYe/DynDNS) by Golang and call i
|
|||||||
## Supported DNS Provider
|
## Supported DNS Provider
|
||||||
|
|
||||||
* Cloudflare ([https://cloudflare.com](https://cloudflare.com))
|
* Cloudflare ([https://cloudflare.com](https://cloudflare.com))
|
||||||
|
* Google Domains ([https://domains.google](https://domains.google))
|
||||||
* DNSPod ([https://www.dnspod.cn/](https://www.dnspod.cn/))
|
* DNSPod ([https://www.dnspod.cn/](https://www.dnspod.cn/))
|
||||||
* 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))
|
||||||
@ -55,7 +56,7 @@ And the binary can run well on routers.
|
|||||||
|
|
||||||
* Register and own a domain.
|
* Register and own a domain.
|
||||||
|
|
||||||
* Domain's nameserver points to [DNSPod](https://www.dnspod.cn/) or [HE.net](https://dns.he.net/) or [Cloudflare](https://www.cloudflare.com/) or [AliDNS](https://dc.console.aliyun.com).
|
* Domain's nameserver points to [DNSPod](https://www.dnspod.cn/) or [HE.net](https://dns.he.net/) or [Cloudflare](https://www.cloudflare.com/) or [Google Domains](https://domains.google) or [AliDNS](https://dc.console.aliyun.com).
|
||||||
|
|
||||||
## Get it
|
## Get it
|
||||||
|
|
||||||
@ -99,7 +100,7 @@ Usage of ./godns:
|
|||||||
|
|
||||||
## Config fields
|
## Config fields
|
||||||
|
|
||||||
* provider: The providers that GoDNS supports, available values are: `Cloudflare`, `DNSPod`, `AliDNS`, `HE` .
|
* provider: The providers that GoDNS supports, available values are: `Cloudflare`, `Google`, `DNSPod`, `AliDNS`, `HE` .
|
||||||
* email: Email or account name of your DNS provider.
|
* email: Email or account name of your DNS provider.
|
||||||
* password: Password of your account.
|
* password: Password of your account.
|
||||||
* login_token: Login token of your account.
|
* login_token: Login token of your account.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user