Skip to content

Instantly share code, notes, and snippets.

Avatar

Daniel Rivard danielrivard

View GitHub Profile
View openvpn3-manager.py
#!/usr/bin/python3
import fcntl
import socket
import struct
import sys
import time
import webbrowser
from typing import List