From 10e22ef9f6ae2850ac35c296463f678c053c3ce0 Mon Sep 17 00:00:00 2001 From: redxef Date: Thu, 17 Feb 2022 17:52:39 +0100 Subject: [PATCH] Fix docu names. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55a2b85..42624d8 100644 --- a/README.md +++ b/README.md @@ -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`.