diff --git a/qbittorrent/config.yaml b/qbittorrent/config.yaml index 1c1cb97f4..54ea35261 100644 --- a/qbittorrent/config.yaml +++ b/qbittorrent/config.yaml @@ -128,7 +128,7 @@ schema: keyfile: str localdisks: str? networkdisks: str? - openvpn_config: match(^\w+\.(ovpn|conf)$)? + openvpn_config: match(^[A-Za-z0-9._-]+\.(conf|ovpn)$)? openvpn_enabled: bool? openvpn_password: str? openvpn_username: str? @@ -136,10 +136,10 @@ schema: run_duration: str? silent: bool? ssl: bool - wireguard_config: match(^\w+\.conf$)? + wireguard_config: match(^[A-Za-z0-9._-]+\.conf$)? wireguard_enabled: bool? whitelist: str? slug: qbittorrent udev: true url: https://github.com/alexbelgium/hassio-addons -version: "5.1.4-7" +version: "5.1.4-8"