Releases: rimseg/eel_vpn
Releases · rimseg/eel_vpn
script - vpn switcher - switch your vpn after set amount of time
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:
- run the wizzard
$ sudo sh wizard.sh
- Change the pass file with your pass file
/opt/eel_vpn/ovpn-data/pass
. - Put .ovpn files in
/opt/eel_vpn/ovpn-data/
- 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.