docker-vpn/README.md

14 lines
397 B
Markdown
Raw Permalink Normal View History

2021-08-07 20:09:36 +02:00
# Openvpn with torrent client
Put configuration files into `/etc/openvpn/client` and create
2022-02-17 17:52:39 +01:00
a file `/etc/docker-vpn.conf`:
2021-08-07 20:09:36 +02:00
```
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.
2022-02-17 17:52:39 +01:00
`make install` installs the start script under `/usr/local/bin/docker-vpn`.