Due do not deactivating wireguard or v2ray in these lines:
|
self.connected = {"v2ray_pid" : None, |
&
|
self.connected = {"v2ray_pid" : v2ray_handler.v2ray_pid, |
It causes the xray/wireguard/tun2socks service to continue running and doesn't show a disconnect button in the app. Instead it tries for a DNS change. If network connection isn't established it should deactivate wireguard and shutdown the xray/tun2socks processes to resume normal internet.
Due do not deactivating wireguard or v2ray in these lines:
meile-gui/src/cli/wallet.py
Line 1250 in ac769fd
&
meile-gui/src/cli/wallet.py
Line 1324 in ac769fd
It causes the xray/wireguard/tun2socks service to continue running and doesn't show a disconnect button in the app. Instead it tries for a DNS change. If network connection isn't established it should deactivate wireguard and shutdown the xray/tun2socks processes to resume normal internet.