From 11c5337dfb2d40a0721403a014fab240a50cb7f5 Mon Sep 17 00:00:00 2001 From: s0x <7237915+soxfor@users.noreply.github.com> Date: Mon, 24 Apr 2023 01:57:41 +0100 Subject: [PATCH] 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 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abbfa87..d4b74f2 100644 --- a/README.md +++ b/README.md @@ -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**)