Last active
August 14, 2023 17:25
-
-
Save vcheckzen/f8764e6f85877dfe9bf8d07e509b97b6 to your computer and use it in GitHub Desktop.
Windows Network Connectivity Status Indicator for China
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet] | |
"ActiveDnsProbeContent"="114.114.114.114" | |
"ActiveDnsProbeContentV6"="2409:8088:2000:2002::98" | |
"ActiveDnsProbeHost"="public1.114dns.com" | |
"ActiveDnsProbeHostV6"="dns.ipv6dns.com" | |
"ActiveWebProbeContent"="ok" | |
"ActiveWebProbeContentV6"="ok" | |
"ActiveWebProbeHost"="data.bilibili.com" | |
"ActiveWebProbeHostV6"="data.bilibili.com" | |
"ActiveWebProbePath"="log/web" | |
"ActiveWebProbePathV6"="log/web" | |
"CaptivePortalTimer"=dword:00000000 | |
"CaptivePortalTimerBackOffIncrementsInSeconds"=dword:00000005 | |
"CaptivePortalTimerMaxInSeconds"=dword:0000001e | |
"EnableActiveProbing"=dword:00000001 | |
"PassivePollPeriod"=dword:0000000f | |
"StaleThreshold"=dword:0000001e | |
"WebTimeout"=dword:00000023 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment