manual-connections
manual-connections copied to clipboard
Error when using with Transmission that has user authentication setup
So I get an error while trying to bind the port forwarding.
I think this is due to using a user and password for authentication on my transmission setup.
With the old port-forward.sh I would add a:
transUser="username"
and transPass="password"
as a variable and then append --auth "${transUser}":"${transPass}"
after any call of the transmission-remote.
Will this work with your script if I put them in the refresh_pia_port.sh? This seems like the logical place considering how you explain your binding process.