chore: update config.json.example file
This commit is contained in:
parent
e63ab9a14d
commit
f5d6268451
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"updateInterval": 60,
|
"updateInterval": 60,
|
||||||
"dnsServer": "1.1.1.1:53",
|
"dnsServer": "1.1.1.1:53",
|
||||||
"provider": "porkbun",
|
|
||||||
"publicIpApi": "https://api.ipify.org",
|
"publicIpApi": "https://api.ipify.org",
|
||||||
|
"provider": "porkbun",
|
||||||
"porkbun": {
|
"porkbun": {
|
||||||
"apiKey": "pk1_xxx",
|
"apiKey": "pk1_xxx",
|
||||||
"secretApiKey": "sk1_xxx",
|
"secretApiKey": "sk1_xxx",
|
||||||
"domain": "sf2.nadeko.net",
|
"domain": "subdomain.example.com",
|
||||||
"type": "A",
|
"type": "A",
|
||||||
"ttl": 600
|
"ttl": 600
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue