Fix docu names.

This commit is contained in:
redxef 2022-02-17 17:52:39 +01:00
parent 87fe1cad4d
commit 10e22ef9f6
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -1,7 +1,7 @@
# Openvpn with torrent client
Put configuration files into `/etc/openvpn/client` and create
a file `/etc/openvpn-aria2.conf`:
a file `/etc/docker-vpn.conf`:
```
OVPN_CONFIGURATION_FILE=#name of file in /etc/openvpn/client, NOT the full path
@ -10,4 +10,4 @@ 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/openvpn-aria2`.
`make install` installs the start script under `/usr/local/bin/docker-vpn`.