-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Ability to denylist servers #716
Comments
This would also be very useful for users that are limited to a few servers because of their providers peering policy (like DTAG). |
Seeing as this issue has been inactive for nearly two years, I also support this being implemented. I have increasing been seeing servers in the region I use being blocked by ASN (via cloudflare, etc.), requiring me to "reroll" my connection until I land on a server that is under a different AS, or change region entirely. |
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 use case. There is no plan currently on a separate feature for actually denylisting/blacklisting anything. |
So for a few weeks I've been using |
The command you ran will treat The way the filter algorithm works there are no fallbacks like this. Thanks for the feedback, but I don't think we'll implement this since it seems a bit niche. If you are switching between regions and you want However, on the topic of "blacklists" and your current problem. We are looking at adding custom location lists. That way you can set up a number of custom lists where you can set up basically what you want here, albeit a bit more manually. No ETA yet, it's not in the immediate backlog, but it has been discussed. |
I closed my ticket given that the overlap was too big. Here is what I wrote. Please see especially the final paragraph. @faern THANK YOU!
|
Maybe this could be combined with #2623 :) |
@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 multiple location constraints etc: mullvadvpn-app/mullvad-daemon/src/relays.rs Line 541 in dd500ec
|
Now it's easier to prevent specific providers from being used in the app as of 2021.5-beta1 (tysm for this!), which mostly resolves my issue, I've found myself running into another one. I'm wanting to set up multihop, however my provider constraints prevent me from connecting to my chosen entry location as there is only one provider in said location (which is the one I have chosen to exclude). The reason I'm choosing to exclude this specific provider isn't because I don't trust them, just that it prevents me from accessing quite a few sites when used as an exit. Some possible solutions:
Thanks, |
Tossing my vote in for a proper favorite/custom server list, maybe it will be bumped up a notch in the backlog :) |
In my country a DPI based system is implemented to stop grey traffic so majority of the servers are blocked immediately after connection. Still there are few that work after no activity of a minute or so. That makes some 2-3 per 10 servers. Please add this function, its frustrating to cycle servers manually. |
@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 and modify that when you notice a change in the blocking happens. #3180 |
Adding my vote to this request for a list of favorite servers. |
Thank you for implementing custom lists in 2023.6-beta1, however I don't think that fully closes this issue. While we are able to add servers individually to lists in order to avoid servers we find problematic, we can't e.g. add a favourite country (or city) and blacklist certain cities (or servers). Personally I would like to filter to all UK servers, but blacklist certain providers (M247 and xtom) and a specific server ( Thanks, |
Any further movement on this? |
It would be nice to have the ability to forbid the Mullvad app from connecting to certain servers when using a more general connection profile. For example, if a website I frequently use is blocked by a specific VPN server, I don't want the Mullvad app to connect to it, but I still want the ability for the app to pick from a list of servers.
The text was updated successfully, but these errors were encountered: