Migrate dns part
This commit is contained in:
commit
344710e831
12 changed files with 377 additions and 0 deletions
12
creds.json
Normal file
12
creds.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"bind": {
|
||||
"TYPE": "BIND"
|
||||
},
|
||||
"ovh": {
|
||||
"TYPE": "OVH",
|
||||
"app-key": "$OVH_APP_KEY",
|
||||
"app-secret-key": "$OVH_APP_SECRET_KEY",
|
||||
"consumer-key": "$OVH_CONSUMER_KEY",
|
||||
"endpoint": "eu"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue