2021-07-26 21:32:23 +08:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
export WG_MYPRIK=$(wg genkey)
|
|
|
|
export WG_MYPUBK=$(echo $WG_MYPRIK | wg pubkey)
|
|
|
|
|
|
|
|
python3 tool_quick_client.py
|
2021-07-27 07:43:26 +08:00
|
|
|
python3 tool_generate.py
|
|
|
|
|
|
|
|
chmod +x start.sh
|
|
|
|
chmod +x stop.sh
|
|
|
|
chmod +x restart.sh
|