update: README.md - VPN_GATEWAY var no longer required, if not set it the script will try and find the IP addr from the VPN_IF_NAME
This commit is contained in:
parent
3219017772
commit
11c5337dfb
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ These actions are performed continuously (in a loop, every 5 minutes (default, c
|
|||
* QBITTORRENT_PORT (Defaults to **8080**)
|
||||
* QBITTORRENT_USER (Defaults to **admin**)
|
||||
* QBITTORRENT_PASS (Defaults to **adminadmin**)
|
||||
* VPN_GATEWAY (Defaults to empty, **needs to be set**)
|
||||
* VPN_GATEWAY (Defaults to **empty**)
|
||||
* If not set the script will try and find it
|
||||
* The value for this variable will be the `VPN_IF_NAME` (default: tun0) gateway address, not the `VPN_ENDPOINT_IP` from the Gluetun/VPN Container when using Wireguard, [more info here](https://github.com/qdm12/gluetun/wiki/Custom-provider#wireguard-only).
|
||||
* For ProtonVPN using Wireguard this would be set to **10.2.0.1**
|
||||
* VPN_CT_NAME (Defaults to **gluetun**)
|
||||
|
|
Reference in a new issue