From 3bb6d476378e8f56a40710a485d338f7df4fad44 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 26 Dec 2023 18:15:15 +0100 Subject: [PATCH] DoH and DoQ disabled by default; see #135 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 9181717..365e534 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,7 +46,7 @@ type = "password" [install.dns_over_https] ask.en = "Should DNS-over-HTTPS be enabled? (If so, anyone who knows your adguard address can make a doh request to https://adguardomain.tld/dns-query)" -default = true +default = false type = "boolean" [resources]