dnscontrol/creds.json
Torma Kristóf 5c131be896
Some checks failed
continuous-integration/drone/push Build is failing
add doh config
2022-01-08 17:44:24 +01:00

14 lines
261 B
JSON

{
"hedns":{
"username": "$HE_USERNAME",
"password": "$HE_PASSWORD",
"totp-key": "$HE_TOTPKEY"
},
"cloudflare": {
"apitoken": "$CF_APITOKEN",
"accountid": "$CF_ACCOUNTID"
},
"DNS-over-HTTPS": {
"host": "cloudflare-dns.com"
}
}