Closed chompomonim closed 3 years ago
How's it going with this?
I saw there were some attempts to do this, yet it's not clear what's the current status, or how to use any of this kill-switch/reconnect features.
Is there any single dev I could ask the questions and get concrete answers?
This is probably the most critical feature, so communication and transparency would help.
I think kill switch is enabled by default for mobile since 0.47.0-rc3
. @soffokl could you clarify on that? Also could you provide minimal instructions how to enable it on desktop?
Providing simple manual would take few minutes.
As mentioned in another issue, rc-3 breaks Android atm, so this needs to be addressed to be usable.
Any plans for implementing kill-switch in near future?
It is implemented.
How can anyone use it?
It is enabled by default in mobile app (v1.0+)
Here is comment by @soffokl done a few months ago:
It's required to set flag to enable it for now, since it's disabled by default:
config.Current.SetDefault(config.FlagKeepConnectedOnFail.Name, true)
https://github.com/mysteriumnetwork/node/pull/3248/files#diff-586acf11d35eb5e5dcd0f88f3356a0238827631b64093754d5ad359babdc9fd1R152
If this flag enabled, a connection will not be disconnected on errors and will be kept forever even if the provider stopped to respond. Only consumers can explicitly click the disconnect button to stop it.
All traffic keeps going through the tunnel, and not leaking directly.
You can find here how we're setting this flag: https://github.com/mysteriumnetwork/node/blob/3b0ab1cb979dd40c2f277d46b2767f230ba8c620/mobile/mysterium/entrypoint.go#L122
Please don't close the unresolved issues, or I'm wasting my and your time.
Reiterated the same old questions. https://github.com/mysteriumnetwork/node/issues/3341
It's better to invest 5 minutes elaborating on how to use it than wasting hours with back and forth bureaucratic answers.
Tried on desktop, not working. Here's some feedback: https://github.com/mysteriumnetwork/node/issues/3341
The goal of kill switch is to prevent unintended exposure of dVPN user’s online information — location or IP address, in case when connection into exit node was lost (even if for couple of seconds) and VPN tunnel was destroyed.
Kill switch is OS dependant solution and we will need to make native implementations for all major platforms we're supporting: