-
-
Notifications
You must be signed in to change notification settings - Fork 407
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: Allow multiple input ports for Mullvad #1184
Comments
Thanks @olvier @mikewilzn as described in the wiki at https://github.com/qdm12/gluetun/wiki/Firewall-options it's a comma separated value (not semi-colon). Also the code reading the env variable is at
envToCSV so it's a comma separated value (csv).
|
Should be cancelled, mullvad no longer supports port forwarding :( |
Not supported, but still works. Also why burn this bridge, any VPN could at any moment support multi-port forwarding per connection. We don't need to argue about the likelihood, all that matters is that it's pointless to kill syntax support for something that can change any moment for the better. |
What's the feature 🧐
Mullvad allows you to have multiple forwarded ports for a single Wireguard configuration, however it seems that the
FIREWALL_VPN_INPUT_PORTS
variable only accepts one value.Extra information and references
I tried various yaml formats such as
and
but it did not want to accept it. Looking at
ports.go
it seems only one value is accepted anyway.The text was updated successfully, but these errors were encountered: