蘭雅sRGB 6 anni fa
parent
commit
d1b965b293
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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
 }