simple-ddns-client/config.json.example
Fijxu e63ab9a14d
All checks were successful
golangci-lint / lint (push) Successful in 38s
feat: option to add own IP api, and better error checks
2025-01-26 18:06:15 -03:00

13 lines
No EOL
246 B
Text

{
"updateInterval": 60,
"dnsServer": "1.1.1.1:53",
"provider": "porkbun",
"publicIpApi": "https://api.ipify.org",
"porkbun": {
"apiKey": "pk1_xxx",
"secretApiKey": "sk1_xxx",
"domain": "sf2.nadeko.net",
"type": "A",
"ttl": 600
}
}