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
Timothy Miller f9d2ccb2ad CNAME records
- Recommended way to configure multiple subdomains per IP address is now via CNAME records. Notes added in README.
- Updated config.json subdomain examples to reflect how base domain is appended in code.
2019-10-15 23:13:57 -04:00

14 lines
236 B
JSON
Executable File

{
"cloudflare": [
{
"api_key": "api_key_here",
"account_email": "your_email_here",
"zone_id": "your_zone_id_here",
"subdomains": [
"",
"subdomain"
],
"proxied": false
}
]
}