From fad8316fc06e43e4a891d0980615b15dcd364a2c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 6 Apr 2021 22:09:47 +0200 Subject: [PATCH] Add OpenVPN options --- qbittorrent/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 1fdce19c8..43835df1c 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -68,6 +68,10 @@ "cifsusername": "str?", "cifspassword": "str?", "smbv1": "bool", + "openvpn_enabled": "bool?", + "openvpn_config": "str?", + "openvpn_username": "str?", + "openvpn_password": "str?", "TZ": "str?" } }