guillaumedsde / alpine-qbittorrent-openvpn

qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
https://guillaumedsde.gitlab.io/alpine-qbittorrent-openvpn/
GNU General Public License v3.0
216 stars 40 forks source link

Fix port forwarding script #127

Open Fr33dan opened 2 years ago

Fr33dan commented 2 years ago

Script had two problems: 1.) Setting the config file does not affect the currently running instance. Using the WebUI API applies the change immediately. This does require the option "Bypass authentication for clients on localhost" to be enabled (WebUI\LocalHostAuth=false) ahead of time. 2.) The PortRangeMin setting is obsoleted. Bittorrent\Session\Port should be used now (https://github.com/qbittorrent/qBittorrent/issues/8324)