diff --git a/etc/opt/chromium/policies/managed/README.md b/etc/opt/chromium/policies/managed/README.md index 8d479b41..950f2df5 100644 --- a/etc/opt/chromium/policies/managed/README.md +++ b/etc/opt/chromium/policies/managed/README.md @@ -42,6 +42,9 @@ - [`doh-forced.json`](#doh-forcedjson) - [`doh-mullvad-base.json`](#doh-mullvad-basejson) - [`doh-quad9-ecs.json`](#doh-quad9-ecsjson) +- [`doh-quad9-insecure-ecs.json`](#doh-quad9-insecure-ecsjson) +- [`doh-quad9-insecure.json`](#doh-quad9-insecurejson) +- [`doh-quad9.json`](#doh-quad9json) - [`enable-ech-ocsp.json`](#enable-ech-ocspjson) - [`enable-labs.json`](#enable-labsjson) - [`fix-edge-search.json`](#fix-edge-searchjson) @@ -282,7 +285,23 @@ Enables DNS-over-HTTPS with Mullvad Base, which features ad, malware & tracker b ## `doh-quad9-ecs.json` -Enables DNS over HTTPS with Quad9 ECS enabled server. +Enables DNS over HTTPS with Quad9 ECS enabled threat-blocking server and also contains +their alternative port. + +## `doh-quad9-insecure-ecs.json` + +Enables DNS over HTTPS with Quad9 ECS enabled unfiltered server and also contains +their alternative port. **No DNSSEC either.** + +## `doh-quad9-insecure.json` + +Enables DNS over HTTPS with Quad9 unfiltered server and also contains +their alternative port. **No DNSSEC either.** + +## `doh-quad9.json` + +Enables DNS over HTTPS with Quad9 threat-blocking server and also contains +their alternative port. ## `enable-ech-ocsp.json` diff --git a/etc/opt/chromium/policies/managed/doh-quad9-insecure-ecs.json b/etc/opt/chromium/policies/managed/doh-quad9-insecure-ecs.json new file mode 100644 index 00000000..39ee7f11 --- /dev/null +++ b/etc/opt/chromium/policies/managed/doh-quad9-insecure-ecs.json @@ -0,0 +1,3 @@ +{ + "DnsOverHttpsTemplates": "https://dns12.quad9.net/dns-query https://dns12.quad9.net:5053/dns-query" +} diff --git a/etc/opt/chromium/policies/managed/doh-quad9-insecure.json b/etc/opt/chromium/policies/managed/doh-quad9-insecure.json new file mode 100644 index 00000000..b7610a3c --- /dev/null +++ b/etc/opt/chromium/policies/managed/doh-quad9-insecure.json @@ -0,0 +1,3 @@ +{ + "DnsOverHttpsTemplates": "https://dns10.quad9.net/dns-query https://dns10.quad9.net:5053/dns-query" +}