From 5b4f78f5f4c65e0b6f9f196e1a6d078149d6718b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 18 May 2024 15:35:36 +0300 Subject: [PATCH] chromium/doh-google{,64}.json: use get requests more as a note that it can be done --- etc/opt/chromium/policies/managed/doh-google.json | 2 +- etc/opt/chromium/policies/managed/doh-google64.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 etc/opt/chromium/policies/managed/doh-google64.json diff --git a/etc/opt/chromium/policies/managed/doh-google.json b/etc/opt/chromium/policies/managed/doh-google.json index 996db608..4ec472b8 100644 --- a/etc/opt/chromium/policies/managed/doh-google.json +++ b/etc/opt/chromium/policies/managed/doh-google.json @@ -1,4 +1,4 @@ { "DnsOverHttpsMode": "automatic", - "DnsOverHttpsTemplates": "https://dns.google/dns-query" + "DnsOverHttpsTemplates": "https://dns.google/dns-query?dns" } diff --git a/etc/opt/chromium/policies/managed/doh-google64.json b/etc/opt/chromium/policies/managed/doh-google64.json new file mode 100644 index 00000000..6084406b --- /dev/null +++ b/etc/opt/chromium/policies/managed/doh-google64.json @@ -0,0 +1,4 @@ +{ + "DnsOverHttpsMode": "automatic", + "DnsOverHttpsTemplates": "https://dns64.dns.google/dns-query?dns" +}