Remove tun0 bind

This commit is contained in:
Alexandre
2021-04-28 05:51:08 +02:00
committed by GitHub
parent 221bcad887
commit 77171f22e8

View File

@@ -49,8 +49,8 @@ if bashio::config.true 'openvpn_enabled'; then
sed -i '/Interface/d' qBittorrent.conf
sed -i '/PortRangeMin/d' qBittorrent.conf
# Bind tun0
sed -i "$LINE i\Connection\\\Interface=tun0" qBittorrent.conf
sed -i "$LINE i\Connection\\\InterfaceName=tun0" qBittorrent.conf
# sed -i "$LINE i\Connection\\\Interface=tun0" qBittorrent.conf
# sed -i "$LINE i\Connection\\\InterfaceName=tun0" qBittorrent.conf
else
bashio::log.error "qBittorrent config file doesn't exist, openvpn must be added manually to qbittorrent options "
exit 1