Linus Färnstrand
Linus Färnstrand
Thanks for reporting this. We are semi-aware of this issue. It pops up from time to time. We have tried mitigations earlier to explain to Windows that the tunnel has...
If a peer has local network sharing disabled, the firewall should prevent all traffic to private IP ranges. Either we have a leak in our firewall rules, or you misinterpret...
I suppose the issue here is the same one as in #3827. Probably a missing route. Your LAN is probably not correctly configured, but currently working by accident since all...
Yes. Currently the `239.192.152.143` IP is not in the range of allowed LAN IPs in our code. See [our security documentation](https://github.com/mullvad/mullvadvpn-app/blob/master/docs/security.md#app-states). However, I see that `239.192.0.0/14` is [supposed to be...
We'll consider maybe allowing all of `239.0.0.0/8` as it's defined as administratively scoped, all of it.
Maybe try using the absolute path to `mullvad-exclude`? `Exec=/usr/bin/mullvad-exclude /usr/bin/steam-runtime %U`.
We are working on a feature to allow users to set up custom server lists. Think of it almost as a favorite servers feature. This should kind of solve your...
The command you ran will treat `any` as a literal provider name and allow servers hosted by `any`, which is not a real hosting provider. The way the filter algorithm...
@xanoni Here is the line of code that filters relays depending on if they match the location and provider constraints. You can probably modify around here to make it check...
@brazenvoid It sounds like your use case would be equally well or better solved by the custom lists of servers? Then you can add the working servers to a list...