26 lines
656 B
JSON
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"
|
|
}
|
|
]
|
|
} |