Public release

Added removal of stable, duplicate records per subdomain.
This commit is contained in:
Tim Miller
2019-09-29 15:33:25 -04:00
parent b687c40314
commit 9487784876
4 changed files with 181 additions and 0 deletions

14
config.json Executable file
View 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
}
]
}