chromium: add doh-cloudflare-secure.json, ECH notes

This commit is contained in:
Aminda Suomalainen 2024-04-19 08:24:29 +03:00
parent b248392e8a
commit 39f2eb4f0f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 12 additions and 0 deletions

View File

@ -34,6 +34,7 @@
- [`disable-brave-vpn.json`](#disable-brave-vpnjson) - [`disable-brave-vpn.json`](#disable-brave-vpnjson)
- [`disable-floc.json`](#disable-flocjson) - [`disable-floc.json`](#disable-flocjson)
- [`disable-incognito.json`](#disable-incognitojson) - [`disable-incognito.json`](#disable-incognitojson)
- [`doh-cloudflare-secure.json`](#doh-cloudflare-securejson)
- [`doh-allowed.json`](#doh-allowedjson) - [`doh-allowed.json`](#doh-allowedjson)
- [`doh-dns0.json`](#doh-dns0json) - [`doh-dns0.json`](#doh-dns0json)
- [`doh-forced.json`](#doh-forcedjson) - [`doh-forced.json`](#doh-forcedjson)
@ -233,6 +234,10 @@ Disables floc or ad topics that are against privacy.
Disables incognito mode. I don't recommend this. Disables incognito mode. I don't recommend this.
## `doh-cloudflare-secure.json`
Sets Cloudflare with malware protection as the DNS-over-HTTPS server.
## `doh-allowed.json` ## `doh-allowed.json`
If no DNS over HTTPS policy is used, this unlocks the setting while still allowing downgrade to system DNS If no DNS over HTTPS policy is used, this unlocks the setting while still allowing downgrade to system DNS
@ -240,6 +245,8 @@ If no DNS over HTTPS policy is used, this unlocks the setting while still allowi
Incompatible with `doh-forced.json`. This must be used together with any other `doh-*.json` file, but only one of them. Incompatible with `doh-forced.json`. This must be used together with any other `doh-*.json` file, but only one of them.
**_No ECH._**
## `doh-dns0.json` ## `doh-dns0.json`
Simply enables DNS-over-HTTPS with DNS0.eu. Simply enables DNS-over-HTTPS with DNS0.eu.
@ -250,6 +257,8 @@ Enforces use of DNS-over-HTTPS disabling the downgrade.
Incompatible with `doh-allowed.json`. Use this together with any other `doh-*.json` file, but only one of them. Incompatible with `doh-allowed.json`. Use this together with any other `doh-*.json` file, but only one of them.
**_Required for ECH._**
## `doh-mullvad-base.json` ## `doh-mullvad-base.json`
Enables DNS-over-HTTPS with Mullvad Base, which features ad, malware & tracker blocking. Enables DNS-over-HTTPS with Mullvad Base, which features ad, malware & tracker blocking.

View File

@ -0,0 +1,3 @@
{
"DnsOverHttpsTemplates": "https://security.cloudflare-dns.com/dns-query"
}