David Lönnhager
David Lönnhager
Thanks for this! I'll be able to check it out in a week or so Den tors 25 juli 2019 15:09rmendocna skrev: > Hi, > First 'pull-request' in quite a...
Thanks for the suggestion. I will likely add this feature soon
This is a duplicate of https://github.com/mullvad/mullvadvpn-app/issues/3990 and https://github.com/mullvad/mullvadvpn-app/issues/2972.
Thanks for the report. Could you clarify what you mean by "multiple instances"? How do you run your different instances exactly?
Could the `bind()` not be moved to a separate `create()` method that is called before running the server? I'm not sure how feasible it would be: ```rust let builder =...
> Why not just select a random port prior to create a local server instance? It's doable, but it's not as nice. I now need to create a temporary socket...
That sort of works. It's possible (but maybe unlikely) for the port to be reserved by someone else right after the `TcpListener` is dropped.
@yur1xpp Are NLA/NCSI probes enabled on your machine? It might be the case that some probe is failing while the tunnel is being set up. But it should retry after...
In general, you cannot assume that restarting the service won't leak anything unless "always require VPN" is enabled. Removing and adding some routes should trigger a probe as well. Run...
If this issue persists, here is a test build that hopefully should work around the broken connectivity check: https://releases.mullvad.net/builds/2022.3-beta3-dev-8752a8+test-early-dns-build/MullvadVPN-2022.3-beta3-dev-8752a8+test-early-dns-build.exe In order for it to work, you may have to disable...