Doing all validations from zero is pretty difficult so I used regular expresions (RegEx in Python) to define my rules that help me to make the work easier. You'll see a simple functions that checks ...
This Python program checks if a wireguard connection is still alive and restarts if the connection is lost. The programm is constantly pinging the vpn-gateway. If the ping is a successful the programm ...