dnscontrol/creds.json

14 lines
261 B
JSON
Raw Normal View History

2022-01-08 17:07:45 +01:00
{
"hedns":{
"username": "$HE_USERNAME",
"password": "$HE_PASSWORD",
"totp-key": "$HE_TOTPKEY"
},
"cloudflare": {
"apitoken": "$CF_APITOKEN",
"accountid": "$CF_ACCOUNTID"
2022-01-08 17:44:24 +01:00
},
"DNS-over-HTTPS": {
"host": "cloudflare-dns.com"
2022-01-08 17:07:45 +01:00
}
}