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