install:
pip install qbittorrent-api
To use those script just update the top section of the file:
conn_info = dict( host='', port='', username='', password='' )
This will allow the system to connect to the qbit and update the port as needed.
Update the port in qbittorrent that is being relayed back by PIA
Python
install:
pip install qbittorrent-api
To use those script just update the top section of the file:
conn_info = dict( host='', port='', username='', password='' )
This will allow the system to connect to the qbit and update the port as needed.