mirror of
https://gitlab.com/fscarmen/warp.git
synced 2026-06-25 15:42:40 +08:00
Update t.sh
Former-commit-id: d7eee45685bd2c099ccdcfd3beae53199bf0416c
This commit is contained in:
@@ -168,7 +168,7 @@ function install(){
|
||||
green " 进度 3/3: 运行 WGCF "
|
||||
green " 后台获取 warp IP 中,有时候长达10分钟,请耐心等待。"
|
||||
wg-quick up wgcf >/dev/null 2>&1
|
||||
until [[ ping -6 -c1 -W1 2400:3200::1 ]]
|
||||
until [[ wget -T1 -t1 -qO- -6 ip.gs ]]
|
||||
do
|
||||
wg-quick down wgcf >/dev/null 2>&1
|
||||
wg-quick up wgcf >/dev/null 2>&1
|
||||
|
||||
Reference in New Issue
Block a user