wg-ops/create.sh

9 lines
147 B
Bash
Raw Normal View History

2021-07-13 13:59:59 +08:00
#!/bin/bash
set -e
export WG_MYPRIK=$(wg genkey)
export WG_MYPUBK=$(echo $WG_MYPRIK | wg pubkey)
python3 tool_create.py
python3 tool_generate.py