You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
463 B

{
"ipApi": "https://api.ipify.org/",
"updateInterval": 300,
"randomInterval": true,
"records": {
"foo.bar": [
{
"fieldType": "A",
"subDomain": "sub",
"id": 0,
"target": "127.0.0.1",
"ttl": 300,
"zone": "foo.bar"
}
]
},
"ovhCredentials": {
"applicationKey": "",
"applicationSecret": "",
"applicationName": "ovh-api-dyndns",
"apiUrl": "https://ca.api.ovh.com/1.0"
}
}