2024-12-19 20:38:06 +03:00
2024-12-19 20:38:06 +03:00
2024-12-19 20:38:06 +03:00
2024-12-19 19:33:01 +03:00
2024-12-19 18:41:47 +03:00
2024-12-19 19:33:01 +03:00
2024-12-19 20:38:06 +03:00
2024-12-19 20:38:06 +03:00

vpn-manager

Manage WireGuard VPN peers (both server and clients)

Development

To start developing:

python -m venv .venv
source .venv/Scripts/activate
pip install -e .
# work related commands here
deactivate

To run tests:

pytest
S
Description
Manage WireGuard VPN peers (both server and clients)
Readme MIT 150 KiB
Languages
Python 100%