Replies: 2 comments
-
While the idea is good, this would involve modifying whatever gui is being used, that’s not really feasible as we don’t have anything to do with the underlying app nor the UIs.. |
Beta Was this translation helpful? Give feedback.
0 replies
-
That is right, I thought the same thing, if the VPN connection drops, the transmission container won't start. Thank you Cheers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to suggest an enhancement that could display the VPN status or VPN IP at the Transmission top bar or the status bar.
There is a command that we can run in this docker terminal that we could check the VPN IP and to make sure that we are downloading under the VPN connection.
curl -s checkip.dyndns.org|sed -e 's/.Current IP Address: //' -e 's/<.$//'
Thank you
Beta Was this translation helpful? Give feedback.
All reactions