AdguardTeam / AdguardTeam/AdGuardHome

Add DoH "Download configuration file" for Windows 11

Open
#3,709 0 comments 5 reactions 1 assignee Claimed by @IldarKamalov View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.