Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Fix port forwarding script #127

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

Fr33dan
Copy link

@Fr33dan Fr33dan commented May 7, 2022

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 (qbittorrent/qBittorrent#8324)

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 (qbittorrent/qBittorrent#8324)
Bring up to date with main branch.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant