Skip to content

[WISH] VPN Client with multiple VPN providers - GLUETUN #950

Locked Answered by brettpetch
zunami asked this question in Feature Requests
Discussion options

You must be logged in to vote

Hi, We don't run containers as part of our project scope. Users have always been able to do this themselves. Here's an example of the vpn container with qBit & a socks5 proxy.

version: "3"
services:
  qbittorrent:
    container_name: qbittorrent
    image: cr.hotio.dev/hotio/qbittorrent:legacy
    environment:
      - PUID=1000
      - PGID=1000
      - UMASK=002
      - TZ=Etc/UTC
    volumes:
      - /opt/qbittorrent/config/:/config
      - /home/user/storage/:/home/user/storage
    network_mode: "service:gluetun"
  gluetun:
    image: qmcgaw/gluetun
    container_name: gluetun
    # line above must be uncommented to allow external containers to connect. See https://github.com/qdm12/glu…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by brettpetch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants