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!
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!!
Most helpful comment
@jorgelsaba put these in your compose
Then in your browser settings change the proxy settings and add the ip address of the machine where
transmissionvpnis installed and the port.