mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Updated Installation Windows (markdown)
parent
42374c4351
commit
94741fbfc6
1 changed files with 4 additions and 2 deletions
|
@ -144,9 +144,11 @@ In order to install a new version, just stop the service, replace the executable
|
|||
|
||||
If you are having problems with Windows showing your network as offline while using dnscrypt-proxy, it may be due to a failing Windows Network Connectivity Status Indicator (NCSI) check. This can manifest as a yellow task bar icon or a tooltip indicating no or limited network connectivity.
|
||||
|
||||
On Windows 10 build 1709 or later, you can configure the check to do its DNS lookup on the interface where dns-proxy is running by enabling the **Specify Global DNS** policy inside Local Group Policy (Run `gpedit.msc`). The setting can be found under _Computer Configuration > Administrative Templates > Network > Network Connectivity Status Indicator_. If you do not have the group policy editor available on your Windows version, you can also enable the policy in the registry by running the following command as administrator.
|
||||
On Windows 10 build 1709 or later, you can configure the check to do its DNS lookup on the interface where dns-proxy is running by enabling the **Specify Global DNS** policy inside Local Group Policy (Run `gpedit.msc`). The setting can be found under _Computer Configuration > Administrative Templates > Network > Network Connectivity Status Indicator_.
|
||||
|
||||
```
|
||||
If you do not have the group policy editor available on your Windows version, you can also enable the policy in the registry by running the following command as administrator:
|
||||
|
||||
```bat
|
||||
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\POLICIES\MICROSOFT\Windows\NetworkConnectivityStatusIndicator" /v UseGlobalDNS /t REG_DWORD /d 1 /f
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue