mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
qbittorrent: bump version to 5.1.4-16
This commit is contained in:
@@ -89,6 +89,15 @@ sed -i -e "/CSRFProtection/d" \
|
||||
# sed -i "$LINE i\Connection\\\PortRangeMin=6881" qBittorrent.conf
|
||||
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 #
|
||||
################
|
||||
|
||||
Reference in New Issue
Block a user