mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-22 00:31:51 +02:00
qbittorrent: bump version to 5.1.4-16
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
## 5.1.4-16 (16-02-2026)
|
||||||
|
- Fix interface binding when VPN is disabled, so qBittorrent can use all available interfaces instead of staying on a previous VPN interface
|
||||||
|
|
||||||
## 5.1.4-15 (08-02-2026)
|
## 5.1.4-15 (08-02-2026)
|
||||||
- Support preshared keys (airvpn for example)
|
- Support preshared keys (airvpn for example)
|
||||||
- Support multiple address fields
|
- Support multiple address fields
|
||||||
|
|||||||
@@ -142,4 +142,4 @@ schema:
|
|||||||
slug: qbittorrent
|
slug: qbittorrent
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
url: https://github.com/alexbelgium/hassio-addons
|
||||||
version: "5.1.4-15"
|
version: "5.1.4-16"
|
||||||
|
|||||||
@@ -89,6 +89,15 @@ sed -i -e "/CSRFProtection/d" \
|
|||||||
# sed -i "$LINE i\Connection\\\PortRangeMin=6881" qBittorrent.conf
|
# sed -i "$LINE i\Connection\\\PortRangeMin=6881" qBittorrent.conf
|
||||||
sed -i "s|6881|59595|g" qBittorrent.conf # Correction if required
|
sed -i "s|6881|59595|g" qBittorrent.conf # Correction if required
|
||||||
|
|
||||||
|
#########################
|
||||||
|
# Interface binding mode #
|
||||||
|
#########################
|
||||||
|
|
||||||
|
if ! bashio::config.true 'openvpn_enabled' && ! bashio::config.true 'wireguard_enabled'; then
|
||||||
|
sed -i '/Interface/d' qBittorrent.conf
|
||||||
|
bashio::log.info "No VPN selected: qBittorrent interface binding removed (all interfaces allowed)"
|
||||||
|
fi
|
||||||
|
|
||||||
################
|
################
|
||||||
# SSL CONFIG #
|
# SSL CONFIG #
|
||||||
################
|
################
|
||||||
|
|||||||
Reference in New Issue
Block a user