mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
Add support for new API tokens.
This commit is contained in:
19
config-example.json
Executable file
19
config-example.json
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"cloudflare": [
|
||||
{
|
||||
"authentication": {
|
||||
"api_token": "api_token_here",
|
||||
"api_key": {
|
||||
"api_key": "api_key_here",
|
||||
"account_email": "your_email_here"
|
||||
}
|
||||
},
|
||||
"zone_id": "your_zone_id_here",
|
||||
"subdomains": [
|
||||
"",
|
||||
"subdomain"
|
||||
],
|
||||
"proxied": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user