-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error retrieving port from Gluetun API when using Perfect Privacy as VPN (3 open ports) #7
Comments
Hi ! Thank you, |
Hi, A Variabel would be great, but it would also work if you'd hardcode it to the first, second or third port. |
I try to keep things as much configurable as possible, but also very "plug and play". So I'll probably add a variable to tune this, and set it as default = 1. In the meantime, if someone else that needs multiple ports comes here and have a suggestion, don't hesitates :) |
No worries, it doesn't hurry. Thanks :) |
Hi ! It should be ok, without any config it will use the first port, but you can use the variable |
Hey, |
Hi, I just recently updated the README and the compose example to take into account changes in Gluetun's API. You can take a look at the doc and open another issue if you think I can improve it :) |
Maybe try again? :) #12 >> #12 (comment) The are also some changes in gluetun, why i'm using v.3.39.0
and also last version before qbittorrent 5.x.x.
Will test both |
I'm running in both |
Just updated both containers to their latest versions and it works. Before he tried to fill the new port with a null value. But I could not work out whether it was because something gluetun did or because of your mod. I didn't change anything in addition to those updates. Again, thank you very much for your mod and help :) |
Oh nice. Yeah as discussed in #12, it was a mistake in the mod, not your config. |
Hi,
thanks for your mod, seems to be exactly what I need, but unfortunately I can't get it to work.
I already checked your troubleshooting section (which helped) but I think there's still a problem left, that I cannot solve:
Perfect Privacy generates 3 ports that are generated by the internal VPN-IP that changes with every new VPN connection.
For example, this is what I get from accessing the Gluetun API in my browser (http://192.168.188.15:8000/v1/openvpn/portforwarded):
{"ports":[10550,20550,30550]}
Does anybody know how to solve this?
The text was updated successfully, but these errors were encountered: