You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
netsh interface ip set address name="tun00" source=static address=10.10.10.2 mask=255.255.255.0 gateway=10.10.10.1
netsh interface ip set dns name="tun00" static 8.8.8.8
Then route default traffic to TUN interface and make proxy server ip as an exception. format likes route add $ip $DefaultGateway metric 5