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

289 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 .[test,lint]
# work related commands here
deactivate

Tools:

pytest
flake8 vpn_manager
black vpn_manager