dnscontrol/creds.json

11 lines
196 B
JSON
Raw Normal View History

2022-01-08 17:07:45 +01:00
{
"cloudflare": {
2024-01-17 12:07:11 +01:00
"TYPE": "CLOUDFLAREAPI",
2022-01-08 17:07:45 +01:00
"apitoken": "$CF_APITOKEN",
"accountid": "$CF_ACCOUNTID"
2022-01-08 17:44:24 +01:00
},
2024-01-17 12:09:14 +01:00
"doh": {
"TYPE": "DNSOVERHTTPS",
2022-01-08 17:44:24 +01:00
"host": "cloudflare-dns.com"
2022-01-08 17:07:45 +01:00
}
}