Open Emporea opened 1 year ago
I don’t think this repo aims to solve that particular problem.
Gluetun by qdm12 (repo link) is a vpn container through which you can route other containers. Be sure to read the GitHub wiki, as it’s quite good, and read the issues, there are some bugs.
This qbittorrentvpn docker has the same capabilities as my passthroughvpn container; https://github.com/DyonR/docker-passthroughvpn
Everything in that readme also applies to this container
I want to use Jackett also behind a vpn so I thought I could just make my own Dockerfile using this one as FROM and add Jackett. But this brings multiple disadvantageous i think.
@DyonR Can you recommend a way, maybe a single docker container, that acts like a vpn, and i can then connect other containers to it so that they will pass their whole internet through the vpn container while still being able to access the container locally within the docker network?