Skip to content

script - vpn switcher - switch your vpn after set amount of time

Pre-release
Pre-release
Compare
Choose a tag to compare
@rimseg rimseg released this 01 Dec 22:04
· 1 commit to master since this release
c4f58ce

eel_vpn

small python script for switching, random picking, random picking after x time of a vpn via openvpn. The python script works without the other files.

Usage

You can either use eel_vpn.py as a standalone script or as a bash command.

bash setup:

  1. run the wizzard $ sudo sh wizard.sh
  2. Change the pass file with your pass file /opt/eel_vpn/ovpn-data/pass.
  3. Put .ovpn files in /opt/eel_vpn/ovpn-data/
  4. you can now call the script anywhere $ sudo eel_vpn (pick a random ovpn config file)

python:

$ eel_vpn.py -h

See README for further instructions.