ソースを参照

Update wgmtu.sh

蘭雅sRGB 6 年 前
コミット
d1b965b293
1 ファイル変更3 行追加1 行削除
  1. 3 1
      Wireguard/wgmtu.sh

+ 3 - 1
Wireguard/wgmtu.sh

@@ -49,7 +49,9 @@ wgconf()
 
 wg_clients()
 {
-    wget -O ~/wg100  https://git.io/fp6r0
+    echo -e "${RedBG}:: 注意原来的客户端配置都会删除,按 Ctrl+ C 可以紧急撤销  ${Font}"
+    read -p "请任意键继续:" xx
+    wget -O ~/wg100  https://git.io/fp6r0    >/dev/null 2>&1
     bash ~/wg100
 }