False detection of network connectivity #2863
Replies: 3 comments 4 replies
-
Seems to work fine on Windows 11:
|
Beta Was this translation helpful? Give feedback.
-
Frank @jedisct1, some more information that may help you figure out the problem. The network cable is off. LAN settings are set manually as prescribed by ISP. $ dnscrypt-proxy.exe
[NOTICE] dnscrypt-proxy 2.1.12
[NOTICE] Network connectivity detected LAN settings are left blank (DHCP is used). $ dnscrypt-proxy.exe
[NOTICE] dnscrypt-proxy 2.1.12
[NOTICE] Network not available yet -- waiting... |
Beta Was this translation helpful? Give feedback.
-
It seems similar to the scenario: You are in a LAN, and your WLAN is down. Due to the fact that the network is unavailable:
The retry intervals are chosen carefully for being available ASAP, and not to be too short. Offline could happen at anytime. The We don't have system level notifications for online states. Besides, Windows itself also often has false probing results. Those failure log messages may be bloated, but not critical. The big deal is that the WLAN is unavailable. Of course, good ideas are always welcome. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Setup
dnscrypt-proxy.toml
Problem
dnscrypt-proxy.exe
Network connectivity detected
, which is confusing, to say the leastLogs
2.1.2 log
2.1.11 log
Expectations
I expected DNSCrypt to make sure there was no network connection available (for example, it would send a request to the address specified in the
netprobe_address
option), then it would wait for a network connection and only after that it would start trying to poll DNS resolvers.Beta Was this translation helpful? Give feedback.
All reactions