From c6304ca36ae7534590d6c6c0fdd399ae95aa5b20 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 21 Feb 2024 09:51:20 +0200 Subject: [PATCH] chromium/doh-dns0: allow fallback to system dns --- etc/opt/chromium/policies/managed/README.md | 3 ++- etc/opt/chromium/policies/managed/doh-dns0.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/opt/chromium/policies/managed/README.md b/etc/opt/chromium/policies/managed/README.md index 3116cd2f..3cc6d12d 100644 --- a/etc/opt/chromium/policies/managed/README.md +++ b/etc/opt/chromium/policies/managed/README.md @@ -151,7 +151,8 @@ Incompatible with any actual DoH policy. ## `doh-dns0.json` -Simply enables DNS-over-HTTPS with DNS0.eu +Simply enables DNS-over-HTTPS with DNS0.eu. `automatic` means downgrade is +allowed (the system resolver is encrypted), `secure` would lock it. ## `enable-ech-ocsp.json` diff --git a/etc/opt/chromium/policies/managed/doh-dns0.json b/etc/opt/chromium/policies/managed/doh-dns0.json index 5f1e4ed0..b7f968b6 100644 --- a/etc/opt/chromium/policies/managed/doh-dns0.json +++ b/etc/opt/chromium/policies/managed/doh-dns0.json @@ -1,4 +1,4 @@ { - "DnsOverHttpsMode": "secure", + "DnsOverHttpsMode": "automatic", "DnsOverHttpsTemplates": "https://dns0.eu" }