Files
FeatherDDNS/config.json.example
2026-01-28 23:03:50 +01:00

26 lines
656 B
JSON

{
"listenPort": "8080",
"adminToken": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=",
"ratelimit": {
"maxTokens": 30,
"refillRate": 2,
"tokensPerHit": 1
},
"apiTokens": {
"cloudflare": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"clients": [
{
"fqdn": "example.com",
"token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=",
"dnsProvider": "cloudflare",
"zoneId": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
{
"fqdn": "sub.example.com",
"token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=",
"dnsProvider": "cloudflare",
"zoneId": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
]
}