simple-ddns-client/config.json.example

13 lines
No EOL
253 B
Text

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