b13c53686a409910f22d7e3e2696936ab020be37
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
Languages
Python
100%