wg-ops/quick_create_client.sh
Kiritow 5061971ec6 Fix permission issue.
Fix: quick config generate
2021-07-26 23:44:35 +00:00

12 lines
202 B
Bash
Executable File

#!/bin/bash
export WG_MYPRIK=$(wg genkey)
export WG_MYPUBK=$(echo $WG_MYPRIK | wg pubkey)
python3 tool_quick_client.py
python3 tool_generate.py
chmod +x start.sh
chmod +x stop.sh
chmod +x restart.sh