From 5c131be89651b7ed3f980c3e15c7ca530a6b51e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 8 Jan 2022 17:44:24 +0100 Subject: [PATCH] add doh config --- creds.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/creds.json b/creds.json index ce7ec04..364ada8 100644 --- a/creds.json +++ b/creds.json @@ -7,5 +7,8 @@ "cloudflare": { "apitoken": "$CF_APITOKEN", "accountid": "$CF_ACCOUNTID" + }, + "DNS-over-HTTPS": { + "host": "cloudflare-dns.com" } } \ No newline at end of file