From ffe8c9b14e187547d0f6f82220323f6c63b35c43 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Wed, 20 Apr 2022 17:12:08 +0800 Subject: [PATCH] Update t.sh --- old/t.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/old/t.sh b/old/t.sh index 751712b..edf55ff 100644 --- a/old/t.sh +++ b/old/t.sh @@ -55,7 +55,7 @@ wgcf generate >/dev/null 2>&1 sed -i '' 's/engage.cloudflareclient.com/162.159.193.10/g' wgcf-profile.conf # 把 wgcf-profile.conf 复制到/etc/wireguard/ 并命名为 wgcf.conf -cp -f wgcf-profile.conf /etc/wireguard/wgcf.conf +sudo cp -f wgcf-profile.conf /etc/wireguard/wgcf.conf # 自动刷直至成功( warp bug,有时候获取不了ip地址) echo -e "\033[32m (3/3) 运行 WGCF \033[0m"