remove unused file

master v3.0
Kirigaya Kazuto 2022-02-07 00:42:22 +00:00
parent df2debdd24
commit cda2ef556a
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
#!/bin/bash
echo 'Detecting Public IP address...'
export WG_PUBLICIP=$(curl ident.me)
export WG_MYPRIK=$(wg genkey)
export WG_MYPUBK=$(echo $WG_MYPRIK | wg pubkey)
export TMUX_PATH=$(which tmux)
python3 wgop_create.py
python3 wgop_generate.py
chmod +x start.sh
chmod +x stop.sh
chmod +x restart.sh
chmod +x reload.sh