Rotate VPN IP Address every 24 hours #1406
yTallBalls
started this conversation in
Ideas
Replies: 2 comments 1 reply
|
+1 I am using a bash script and a cron job to force a new server and IP. No matter how many values I provide for SERVER_CITIES and SERVER_HOSTNAMES, it always chooses the same (first?) one and Mullvad assigns me the same IP unless I disconnect for a long while. My script changes the Would love to hear another way to reliably get a new IP with gluetun and Mullvad. (Or get suggestions to improve the script.) I'm using openvpn, not wireguard, but the script should work for both. https://gist.github.com/dedworks/2c3def2ffde3dafd8494860b78b8b70b |
1 reply
|
+1 |
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 was wanting to do something along the lines of switching my VPN IP address every 24 hours.
For example, I use Mullvad for my VPN (connecting via wireguard) and have the multiple cities defined via SERVER_CITIES variable. Would like to rotate to different locations every 24 hours thus changing my VPN address. Is this possible or could it be added as a feature?
All reactions