mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-04 16:49:22 +01:00
Windows\DoH: add Cloudflare antimalware & Mullvad adblock
This commit is contained in:
parent
089a9c31de
commit
192795a1e5
@ -11,6 +11,15 @@ Windows Registry Editor Version 5.00
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\2a07:e340::2]
|
||||
"Template"="https://doh.mullvad.net/dns-query"
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\2a07:e340::3]
|
||||
"Template"="https://adblock.doh.mullvad.net/dns-query"
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\194.242.2.3]
|
||||
"Template"="https://adblock.doh.mullvad.net/dns-query"
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\193.19.108.3]
|
||||
"Template"="https://adblock.doh.mullvad.net/dns-query"
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\2a10:50c0::ad1:ff]
|
||||
"Template"="https://dns.adguard.com/dns-query"
|
||||
|
||||
@ -34,3 +43,15 @@ Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\149.112.112.11]
|
||||
"Template"="https://dns11.quad9.net/dns-query"
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\2606:4700:4700::1112]
|
||||
"Template"="https://security.cloudflare-dns.com/dns-query"
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\2606:4700:4700::1002]
|
||||
"Template"="https://security.cloudflare-dns.com/dns-query"
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\1.1.1.2]
|
||||
"Template"="https://security.cloudflare-dns.com/dns-query"
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\1.0.0.2]
|
||||
"Template"="https://security.cloudflare-dns.com/dns-query"
|
@ -9,5 +9,7 @@ Requires Windows 11.
|
||||
* `DohWellKnownServers` adds DoH support for multiple IPv4 & IPv6 addresses
|
||||
that Windows 11 isn't shipping by default, currently:
|
||||
* Mullvad
|
||||
* Mullvad Adblock
|
||||
* Adguard
|
||||
* Quad9 ECS (Windows 11 defaults include Quad9 default)
|
||||
* Cloudflare antimalware
|
||||
|
Loading…
Reference in New Issue
Block a user