wg-ops/quick_create_client.sh
2021-07-26 13:49:31 +00:00

7 lines
121 B
Bash
Executable File

#!/bin/bash
export WG_MYPRIK=$(wg genkey)
export WG_MYPUBK=$(echo $WG_MYPRIK | wg pubkey)
python3 tool_quick_client.py