Push code
This commit is contained in:
26
config.json.example
Normal file
26
config.json.example
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user