mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
Public release
Added removal of stable, duplicate records per subdomain.
This commit is contained in:
14
config.json
Executable file
14
config.json
Executable file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user