Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 225 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 225 Bytes

Wireguard configuration script.

For production on Debian install python3-click.

apt install python3-click

For development.

python3 -m venv env
source ./env/bin/activate
pip install click