Windows/DoH: add DNS0 open

This commit is contained in:
Aminda Suomalainen 2023-02-23 10:13:33 +02:00
parent 9bdc67dd29
commit d1e3c79fdb
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 15 additions and 1 deletions

View File

@ -50,6 +50,18 @@ Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\185.253.5.9] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\185.253.5.9]
"Template"="https://zero.dns0.eu" "Template"="https://zero.dns0.eu"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\193.110.81.254]
"Template"="https://open.dns0.eu"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\185.253.5.254]
"Template"="https://open.dns0.eu"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\2a0f:fc80::ffff]
"Template"="https://open.dns0.eu"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\2a0f:fc81::ffff]
"Template"="https://open.dns0.eu"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\193.19.108.2] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\193.19.108.2]
"Template"="https://doh.mullvad.net/dns-query" "Template"="https://doh.mullvad.net/dns-query"

View File

@ -10,7 +10,9 @@ Requires Windows 11.
that Windows 11 isn't shipping by default, currently: that Windows 11 isn't shipping by default, currently:
- Adguard - Adguard
- Cloudflare antimalware - Cloudflare antimalware
- DNS0 (& Zero) - DNS0 standard
- Zero
- Open
- Mullvad - Mullvad
- Mullvad Adblock - Mullvad Adblock
- Quad9 ECS (Windows 11 defaults include Quad9 default) - Quad9 ECS (Windows 11 defaults include Quad9 default)