mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-14 11:27:41 +08:00
15 lines
317 B
JSON
15 lines
317 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|