This repository has been archived on 2025-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
cloudflare-ddns/config-example.json
KenWong cbfd628f22 add option ttl
Signed-off-by: KenWong <xinxijishuwyq@gmail.com>
2020-12-12 21:18:44 +08:00

21 lines
381 B
JSON
Executable File

{
"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,
"ttl": 120
}
]
}