wireguard-monitor: Initial commit

Signed-off-by: Milan Pandurov <milanpandurov@pm.me>
This commit is contained in:
2025-02-18 13:26:28 +01:00
commit 958c2c3cbd
4 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
## Wireguard Monitor
Shell script and systemd service that will monitor if wireguard link is active. In case it fails wireguard connection will be restarted.
### Installation
To install simply run:
```
sudo ./install.sh
```