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.json
Tim Miller 9487784876 Public release
Added removal of stable, duplicate records per subdomain.
2019-09-29 15:33:25 -04:00

14 lines
257 B
JSON
Executable File

{
"cloudflare": [
{
"api_key": "api_key_here",
"account_email": "your_email_here",
"zone_id": "your_zone_id_here",
"subdomains": [
"one.example.com",
"two.example.com"
],
"proxied": false
}
]
}