$/
artifacts/
build/
docs/
lib/
packages/
samples/
src/
tests/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################################################################################################################## | |
# Script to Synchronize qBittorrent Listening Port with ProtonVPN assigned port on Windows. | |
# | |
# Description: | |
# This PowerShell script automates the synchronization of qBittorrent's listening port with the | |
# port number assigned by ProtonVPN's port forwarding feature. It continuously monitors the | |
# system to check if ProtonVPN is connected and if qBittorrent is running. When both conditions | |
# are met, it retrieves the latest port number from ProtonVPN's notifications and updates | |
# qBittorrent's listening port via its Web API if there's a mismatch. | |
# |