Switch VPN country servers #2379
Unanswered
TKinslayer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I haven't found this question asked before nor did I find something in the documentation alluding to that. But I would like to know, once inside a container (shell access), how I could force the VPN (NordVPN in my case, but I guess it would be similar for the others) to switch country.
I can set the country in the environment variable of a docker-compose file, but I would like to periodically change it (like a CLI command I would set up a cron task for).
For the moment, I use Kubernetes so I Gluetun is deployed in a pod and I use different manifest to shutdown and power up te same pods, but with a different country. It looks... not very graceful. I would like to be able to do it a bit less disruptively.
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions