chromium/doh-dns0: allow fallback to system dns

This commit is contained in:
Aminda Suomalainen 2024-02-21 09:51:20 +02:00
parent 04be9339d5
commit c6304ca36a
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 3 additions and 2 deletions

View File

@ -151,7 +151,8 @@ Incompatible with any actual DoH policy.
## `doh-dns0.json`
Simply enables DNS-over-HTTPS with DNS0.eu
Simply enables DNS-over-HTTPS with DNS0.eu. `automatic` means downgrade is
allowed (the system resolver is encrypted), `secure` would lock it.
## `enable-ech-ocsp.json`

View File

@ -1,4 +1,4 @@
{
"DnsOverHttpsMode": "secure",
"DnsOverHttpsMode": "automatic",
"DnsOverHttpsTemplates": "https://dns0.eu"
}