Skip to content

Instantly share code, notes, and snippets.

View xorb0ss's full-sized avatar
🐝

xorb0ss xorb0ss

🐝
View GitHub Profile
@xorb0ss
xorb0ss / openvpnrotate.py
Created December 13, 2017 02:28
VPN connection rotator
# requirements: python-gobject
# this hacky little code rotates your VPN connection using openvpn every 3 hours.
# its nasty but does the job
import time, random, requests
from json import loads
from subprocess import Popen
from gi.repository import Notify
Notify.init("VPN rotate")