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?" } }