AdguardTeam / VpnLibs

Open bug tracker for AdGuard VPN core library
6 stars 0 forks source link

AdGuard VPN for Windows may block network after sleep #4

Open sfionov opened 3 years ago

sfionov commented 3 years ago

Seems that after network configuration, Windows 10 makes some availability check that fails with AdGuard VPN for Windows enabled.

If that availability check fails, Windows 10 may show "internet unavailable" sign and turn off routing. That prevents reconnect of AdGuard VPN.

We should check that Windows handler doesn't break DNS and network connectivity after sleep when kill switch is off.

We should also find a way to workaround this when kill switch is on (mock connections for availability check?).