mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-13 19:07:57 +08:00
14 lines
317 B
JSON
14 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"
|
|
}
|
|
}
|