update doh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2024-01-17 12:09:14 +01:00
parent e0b71130d5
commit 469b0c380f

View File

@ -1,15 +1,11 @@
{ {
"hedns":{
"username": "$HE_USERNAME",
"password": "$HE_PASSWORD",
"totp-key": "$HE_TOTPKEY"
},
"cloudflare": { "cloudflare": {
"TYPE": "CLOUDFLAREAPI", "TYPE": "CLOUDFLAREAPI",
"apitoken": "$CF_APITOKEN", "apitoken": "$CF_APITOKEN",
"accountid": "$CF_ACCOUNTID" "accountid": "$CF_ACCOUNTID"
}, },
"DNS-over-HTTPS": { "doh": {
"TYPE": "DNSOVERHTTPS",
"host": "cloudflare-dns.com" "host": "cloudflare-dns.com"
} }
} }