mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-26 05:09:23 +01:00
chromium/doh-dns0: allow fallback to system dns
This commit is contained in:
parent
04be9339d5
commit
c6304ca36a
@ -151,7 +151,8 @@ Incompatible with any actual DoH policy.
|
|||||||
|
|
||||||
## `doh-dns0.json`
|
## `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`
|
## `enable-ech-ocsp.json`
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"DnsOverHttpsMode": "secure",
|
"DnsOverHttpsMode": "automatic",
|
||||||
"DnsOverHttpsTemplates": "https://dns0.eu"
|
"DnsOverHttpsTemplates": "https://dns0.eu"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user