mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-05 00:24:58 +02:00
Update 93-openvpn.sh
This commit is contained in:
@@ -47,7 +47,7 @@ if bashio::config.true 'openvpn_enabled'; then
|
|||||||
if [ -f "$QBT_CONFIG_FILE" ]; then
|
if [ -f "$QBT_CONFIG_FILE" ]; then
|
||||||
# Remove previous line and bind tun0
|
# Remove previous line and bind tun0
|
||||||
sed -i '/Interface/d' qBittorrent.conf
|
sed -i '/Interface/d' qBittorrent.conf
|
||||||
sed -i '/PortRangeMin/d' qBittorrent.conf
|
# sed -i '/PortRangeMin/d' qBittorrent.conf
|
||||||
# Bind tun0
|
# Bind tun0
|
||||||
# sed -i "$LINE i\Connection\\\Interface=tun0" qBittorrent.conf
|
# sed -i "$LINE i\Connection\\\Interface=tun0" qBittorrent.conf
|
||||||
# sed -i "$LINE i\Connection\\\InterfaceName=tun0" qBittorrent.conf
|
# sed -i "$LINE i\Connection\\\InterfaceName=tun0" qBittorrent.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user