mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
chromium: add doh-cloudflare-secure.json, ECH notes
This commit is contained in:
parent
b248392e8a
commit
39f2eb4f0f
@ -34,6 +34,7 @@
|
||||
- [`disable-brave-vpn.json`](#disable-brave-vpnjson)
|
||||
- [`disable-floc.json`](#disable-flocjson)
|
||||
- [`disable-incognito.json`](#disable-incognitojson)
|
||||
- [`doh-cloudflare-secure.json`](#doh-cloudflare-securejson)
|
||||
- [`doh-allowed.json`](#doh-allowedjson)
|
||||
- [`doh-dns0.json`](#doh-dns0json)
|
||||
- [`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.
|
||||
|
||||
## `doh-cloudflare-secure.json`
|
||||
|
||||
Sets Cloudflare with malware protection as the DNS-over-HTTPS server.
|
||||
|
||||
## `doh-allowed.json`
|
||||
|
||||
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.
|
||||
|
||||
**_No ECH._**
|
||||
|
||||
## `doh-dns0.json`
|
||||
|
||||
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.
|
||||
|
||||
**_Required for ECH._**
|
||||
|
||||
## `doh-mullvad-base.json`
|
||||
|
||||
Enables DNS-over-HTTPS with Mullvad Base, which features ad, malware & tracker blocking.
|
||||
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"DnsOverHttpsTemplates": "https://security.cloudflare-dns.com/dns-query"
|
||||
}
|
Loading…
Reference in New Issue
Block a user