From 469b0c380f8eee0809f7c523a6be32c76373d6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 17 Jan 2024 12:09:14 +0100 Subject: [PATCH] update doh --- creds.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/creds.json b/creds.json index b5e0c49..78b4b95 100644 --- a/creds.json +++ b/creds.json @@ -1,15 +1,11 @@ { - "hedns":{ - "username": "$HE_USERNAME", - "password": "$HE_PASSWORD", - "totp-key": "$HE_TOTPKEY" - }, "cloudflare": { "TYPE": "CLOUDFLAREAPI", "apitoken": "$CF_APITOKEN", "accountid": "$CF_ACCOUNTID" }, - "DNS-over-HTTPS": { + "doh": { + "TYPE": "DNSOVERHTTPS", "host": "cloudflare-dns.com" } } \ No newline at end of file