mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-12 18:37:54 +08:00
96eb56f140
* Add creds.json.tpl file to documentation * Add documentation for shell script example. * Update documentation slightly to clarify Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
14 lines
317 B
Text
14 lines
317 B
Text
{
|
|
"bind": {
|
|
"TYPE": "BIND"
|
|
},
|
|
"cloudflare": {
|
|
"TYPE": "CLOUDFLAREAPI",
|
|
"apitoken": "op://Secrets/Cloudflare DNSControl/credential",
|
|
"accountid": "op://Secrets/Cloudflare DNSControl/username"
|
|
},
|
|
"linode": {
|
|
"TYPE": "LINODE",
|
|
"token": "op://Secrets/Linode DNSControl/credential"
|
|
}
|
|
}
|