Skip to content
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

Open
randyesperben opened this issue Feb 20, 2023 · 7 comments
Open

Question: #176

randyesperben opened this issue Feb 20, 2023 · 7 comments
Labels

Comments

@randyesperben
Copy link

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

@b-col
Copy link

b-col commented Feb 22, 2023

You only need to expose your qBittorrent ports within protonvpn-docker; you can remove ports entirely from your qBittorrent compose.

@randyesperben
Copy link
Author

randyesperben commented Feb 22, 2023

Thanks! I got It!

Do you know if supports port forwading? I have very low upload rate.

Thanks you!

@b-col
Copy link

b-col commented Feb 24, 2023

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.

@adriy-be
Copy link

adriy-be commented Mar 6, 2023

Don't hesitate to vote on : https://protonmail.uservoice.com/forums/932836-proton-vpn/suggestions/45129886-static-port-forwarding

@tprasadtp tprasadtp added the help label Mar 7, 2023
@Ludofloria
Copy link
Contributor

I added a workaround on Issue #125 to get Port Forwarding working until Proton decides to implement Static Port Forwarding ;)

@samvv
Copy link

samvv commented Feb 26, 2024

Port forwarding is implemented; what's the status of this issue? I would also be interested in doing the same setup :)

I'm guessing protonwire would need to expose a hook that gets called when the (random) ProtonVPN port number is set, and let the user write a script that assigns this port number to qBittorrent?

@samvv
Copy link

samvv commented Feb 26, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants