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

19 lines
289 B
Markdown

# 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
```