haugene / vpn-configs-contrib

A collection of configs for various VPN providers
GNU General Public License v3.0
184 stars 748 forks source link

Update Mullvad configs #187

Closed C9Glax closed 1 year ago

C9Glax commented 1 year ago

Breaking change

Mullvad es_all contained non exisiting relays and after 4 retries container stopped to try other relays.

Proposed change

Downloaded all configs from Mullvad website and replaced them.

Type of change

Additional information

Checklist

If user exposed functionality or configuration variables are added/changed:

C9Glax commented 1 year ago

Maintain-comment #167 #148 to mention...

mostlydev commented 1 year ago

This breaks mullvad. To forward ports, you have to specify a particular city. This is no way to open a port for us_all

C9Glax commented 1 year ago

For Portforwards to work you cant use us_all and instead need the cities too?

mostlydev commented 1 year ago

Correct. This PR prevents port forwarding completely.

Here is the port forward UI:

image

And here is the list that it shows in the drop down:

image

There is no way to choose us_all and get a port assignment.

C9Glax commented 1 year ago

Okay that's something I didn't know when creating the PR and removing the cities. Tedious to download all the city files, but I will work through it and open another PR.

C9Glax commented 1 year ago

For torrenting? Since you tunnel all traffic it doesn't really matter what port you use...

C9Glax commented 1 year ago

Have a look at #188 and if that should work. Sorry about that.