mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-09 11:52:31 +01:00
chromium: add the rest of Quad9 & update README.md
This commit is contained in:
parent
3540f2442e
commit
7379241a20
@ -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`
|
||||
|
||||
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"DnsOverHttpsTemplates": "https://dns12.quad9.net/dns-query https://dns12.quad9.net:5053/dns-query"
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"DnsOverHttpsTemplates": "https://dns10.quad9.net/dns-query https://dns10.quad9.net:5053/dns-query"
|
||||
}
|
Loading…
Reference in New Issue
Block a user