1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

update README

This commit is contained in:
Timothy 2019-05-23 09:55:59 +08:00
parent 6eba9cd2d7
commit 6899356881

View File

@ -150,15 +150,15 @@ For DNSPod, you need to provide your API Token(you can create it [here](https://
}
```
### Config example for Cloudflare
### Config example for Google Domains
For Cloudflare, you need to provide email & Global API Key as password, and config all the domains & subdomains.
For Google Domains, you need to provide email & password, and config all the domains & subdomains.
```json
{
"provider": "Cloudflare",
"email": "you@example.com",
"password": "Global API Key",
"provider": "Google",
"email": "Your_Username",
"password": "Your_Password",
"domains": [{
"domain_name": "example.com",
"sub_domains": ["www","test"]