Files
wcm/README.md
T
2024-12-19 20:38:06 +03:00

248 B

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