chore: update config.json.example file

This commit is contained in:
Fijxu 2025-02-02 14:24:24 -03:00
parent e63ab9a14d
commit f5d6268451
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -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
} }