From 920e6cb0ef9e3b9587695f6353572e350d5681a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Fri, 24 Mar 2023 00:42:06 +0000 Subject: [PATCH] Update 661.sh --- 661.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/661.sh b/661.sh index ed72515..7434082 100644 --- a/661.sh +++ b/661.sh @@ -1245,11 +1245,16 @@ ShowWGCF && WGCFmenu WGproxy(){ [[ ! $(type -P wg-quick) ]] && red "未安装Wgcf-WARP" && bash CFwarp.sh -warpip cp -f /etc/wireguard/wgcf.conf /etc/wireguard/wgproxy.conf >/dev/null 2>&1 sed -i '/PostUp/d;/PostDown/d' /etc/wireguard/wgproxy.conf green "当前wireguard客户端配置文件wgproxy.conf内容如下,保存到 /etc/wireguard/wgproxy.conf\n" && sleep 2 -yellow "$(cat /etc/wireguard/wgproxy.conf)\n" +white "$(cat /etc/wireguard/wgproxy.conf)\n" +yellow "注意:" +yellow "一、此配置与当前VPS无任何关联,根据各平台本地网络来判定CF的IP地区,你可以疯狂滥用\n" +yellow "二、此配置可全部复制用于Wireguard客户端\n" +yellow "三、此配置中Endpoint的IP端口:$endpoint,为当前VPS平台测试结果" +yellow " 如应用于其他各平台,建议将 $endpoint 替换为其他平台本地网络测试warp优选后的IP端口\n" +yellow "四、此配置中PrivateKey、Address的V6地址、两个参数相互绑定关联\n" green "当前wireguard节点二维码分享链接如下" && sleep 2 qrencode -t ansiutf8 < /etc/wireguard/wgproxy.conf }