From bb0fc006fc2926e105b986ab3c6872ba501dd097 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 21 May 2021 16:56:13 +0200 Subject: [PATCH] add ip override for vpn --- qbittorrent/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index ab73f479e..6664bfa5d 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -79,6 +79,7 @@ "openvpn_config": "str?", "openvpn_username": "str?", "openvpn_password": "str?", + "openvpn_ip_override": "str?", "TZ": "str?" } }