mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
update README
This commit is contained in:
parent
6eba9cd2d7
commit
6899356881
10
README.md
10
README.md
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user