-
Notifications
You must be signed in to change notification settings - Fork 25
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
Question: #176
Comments
You only need to expose your qBittorrent ports within protonvpn-docker; you can remove ports entirely from your qBittorrent compose. |
Thanks! I got It! Do you know if supports port forwading? I have very low upload rate. Thanks you! |
Unfortauntely not, port forwarding is only available in the Windows client so it's something Proton need to address before it can be added to this container. |
Don't hesitate to vote on : https://protonmail.uservoice.com/forums/932836-proton-vpn/suggestions/45129886-static-port-forwarding |
I added a workaround on Issue #125 to get Port Forwarding working until Proton decides to implement Static Port Forwarding ;) |
Port forwarding is implemented; what's the status of this issue? I would also be interested in doing the same setup :) I'm guessing |
This is somewhat related: https://www.reddit.com/r/ProtonVPN/comments/zsoxky/release_a_protonvpn_fork_that_automatically/ |
Hi! first of all, very thanks for this work.
I'm running it and all is fine, but mi idea is use it with my qBitorrent docker, I can't get qbitorrent up, I don't understand how to handle the ports with protonvpn docker.
Any suggestions on where to look?
Thanks!
This is my qbittorrent compose
qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent environment: - PUID=$PUID - PGID=$PGID - TZ=$TZ - WEBUI_PORT=8090 volumes: - ./qbitorrent:/config - /share/media:/data ports: - 8090:8090 - 6881:6881 - 6881:6881/udp restart: unless-stopped
The text was updated successfully, but these errors were encountered: