From 589b3c1d894e3799749aab02359009b8b65bc830 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 10 Jun 2025 12:16:03 +0300 Subject: [PATCH] chromium: add doh-dns4eu.json --- etc/opt/chromium/policies/managed/doh-dns4eu.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 etc/opt/chromium/policies/managed/doh-dns4eu.json diff --git a/etc/opt/chromium/policies/managed/doh-dns4eu.json b/etc/opt/chromium/policies/managed/doh-dns4eu.json new file mode 100644 index 00000000..15761483 --- /dev/null +++ b/etc/opt/chromium/policies/managed/doh-dns4eu.json @@ -0,0 +1,4 @@ +{ + "DnsOverHttpsMode": "automatic", + "DnsOverHttpsTemplates": "https://protective.joindns4.eu/dns-query?dns" +}