Menu

Config File

Diego  Bertucco

config.json example:

{
"apiBaseUrl": "https://eu.api.ovh.com/1.0/domain/zone/", // use your zone domain
"ovhCredentials": {
"applicationKey": "YOUR_APPLICATION_KEY",
"applicationSecret": "YOUR_APPLICATION_SECRET",
"consumerKey": "YOUR_CONSUMER_KEY"
},
"dnsRecords": [
{
"domain": "example.com",
"subdomain": "" // empty for update example.com
},
{
"domain": "example.com",
"subdomain": "www"
},
{
"domain": "example.com",
"subdomain": "mysubdomain"
},
{
"domain": "example.com",
"subdomain": "othersubdomain"
}

]
}

The wiki uses Markdown syntax.

Project Members:


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.