Allow passing credentials from environment

This commit is contained in:
Jānis Jansons
2020-12-18 01:40:20 +02:00
parent 164c46198b
commit 2d63b19af7
2 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ Rename routes.txt.sample to routes.txt or create an empty routes.txt and add sub
## Usage
```
sudo ./run-vpn.sh
sudo -E ./run-vpn.sh
```
In case of disconnect, it will try reconnecting after 3 seconds. You can stop it by pressing `CTRL+C` or killing the script.