No description
Find a file
2022-06-30 16:45:34 +02:00
.dockerignore Add shellcheck log. 2021-12-22 17:41:41 +01:00
.gitignore Add shellcheck log. 2021-12-22 17:41:41 +01:00
Dockerfile Remove cache and update index. 2022-02-17 17:33:51 +01:00
Makefile Rename to docker-vpn 2022-02-17 17:33:26 +01:00
README.md Fix docu names. 2022-02-17 17:52:39 +01:00
start-openvpn.sh Add debug output if connection to VPN fails. 2022-06-30 16:45:34 +02:00
start.tmpl Preserve cwd. 2022-03-24 01:32:10 +01:00

Openvpn with torrent client

Put configuration files into /etc/openvpn/client and create a file /etc/docker-vpn.conf:

OVPN_CONFIGURATION_FILE=#name of file in /etc/openvpn/client, NOT the full path

Run make build to generate the docker image and ./start to start connect to the vpn inside the image.

make install installs the start script under /usr/local/bin/docker-vpn.