AdguardTeam / AdguardTeam/AdGuardHome
Add DoH "Download configuration file" for Windows 11
Offen
#3,709
0 Kommentare
5 Reaktionen
1 zugewiesene Person
Beansprucht von @IldarKamalov
Auf GitHub ansehen
documentation
enhancement
P3: Medium
UI
- Vorherrschende Sprache
- TypeScript
- Sterne
- 36.9k
- Forks
- 2.5k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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"
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.