How can I have my docker instance change it's vpn ip address ( I use NordVPN if that matters ) #2167
Unanswered
jacksnodgrass
asked this question in
Q&A
Replies: 1 comment
-
Hi, You could change country, then you will get a new ip. Or, wait a while the pr #2142 to be merged. there will be a new var NORDVPN_SERVER that will bypass nordvpn api and connect to the server. |
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.
-
I don't like using the same VPN IP Address on my transmission docker setup. I stop and then start my docker image every few days. I'd like to keep the same docker image running but tell the container to drop the NordVPN connection, select a new NordVPN server and get a new vpn tunnel going so I get a new IP Address.
Is there a command I can pass to a running docker container to tell it to drop it's openvpn connection and request a new one... it would need to do the:
2022-01-23 10:01:08 Downloading from: https://downloads.nordcdn.com/configs/files/ovpn_udp/servers/usXXXX.nordvpn.com.udp.ovpn
thing again.
Beta Was this translation helpful? Give feedback.
All reactions