mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-10 17:38:13 +08:00
9e6d642e35
Fixes https://github.com/StackExchange/dnscontrol/issues/1457 * New-style creds.json implememented backwards compatible * Update tests * Update docs * Assume new-style TYPE
11 lines
206 B
Text
11 lines
206 B
Text
{
|
|
"bind": {
|
|
"TYPE": "BIND"
|
|
},
|
|
"r53_ACCOUNTNAME": {
|
|
"TYPE": "ROUTE53",
|
|
"KeyId": "change_to_your_keyid",
|
|
"SecretKey": "change_to_your_secretkey",
|
|
"Token": "optional_sts_token"
|
|
}
|
|
}
|