Keep rotating VPN -country #2837
IlmariKu
started this conversation in
Show and tell
Replies: 1 comment
-
this is a great idea - can't think of a downside. I usually have a VPN location slow down after ~24 hours and only switching to another VPN location fixes it so I'd like an option ideally for it to choose a random OPVN file from a folder on each reboot as that might be more universal for users. |
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
-
Hey guys,
I don't want to run my box from the same VPN-address all the time, so implemented a simple rotator script with crontab.
The idea is that, few times a night, it takes a 1/4 chance, whether to start the container all new again, with a randomly assigned country. I don't want to continously have the same-IP and I also want to break the time-connection, so there's an random wait between 0 seconds and 1 hour before new container is started.
Any thoughts, ideas on why it might not be sensible thing to do?
crontab
transmission.sh
Beta Was this translation helpful? Give feedback.
All reactions