AdguardTeam / AdguardTeam/AdGuardHome
Add DoH "Download configuration file" for Windows 11
Open
documentation
enhancement
P3: Medium
UI
- Dominant language
- TypeScript
- Stars
- 36.9k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
Now that windows 11 has been released, this natively supports DoH,
just have to create a registry file (somename.reg), apply it and restart, then go to.
Settings -> Network & internet -> Ethernet -> DNS server assignment.
Now select custom ip and select Encrypted only (DNS over HTTPS)
Registry file template
```
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers\CUSTOM_IP]
"Template"="https://domain.ltd/dns-query"
```
Contributor guide
Assessment
This issue has not been assessed yet.