Docker-transmission-openvpn: Share VPN tunnel outside docker

Created on 12 Nov 2020  路  3Comments  路  Source: haugene/docker-transmission-openvpn

Is it possible to share this container's VPN tunnel outside docker, with LAN devices? For instance, use this container as a Internet gateway for my notebook?
Thank you!

Most helpful comment

@jorgelsaba put these in your compose

    environment:
      - WEBPROXY_ENABLED=true
      - WEBPROXY_PORT=8888
    ports:
      - 9091:9091
      - 8888:8888

Then in your browser settings change the proxy settings and add the ip address of the machine where transmissionvpn is installed and the port.

All 3 comments

webproxy

@jorgelsaba put these in your compose

    environment:
      - WEBPROXY_ENABLED=true
      - WEBPROXY_PORT=8888
    ports:
      - 9091:9091
      - 8888:8888

Then in your browser settings change the proxy settings and add the ip address of the machine where transmissionvpn is installed and the port.

Thank you both!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

beneix picture beneix  路  3Comments

kyxap picture kyxap  路  3Comments

coulterj picture coulterj  路  4Comments

holger8080 picture holger8080  路  4Comments

Jafalex picture Jafalex  路  3Comments