Update CFwarp1.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2022-09-21 08:31:07 +00:00
parent 644b12da4d
commit fbc97c17bd
1 changed files with 2 additions and 2 deletions

View File

@ -213,8 +213,8 @@ ShowWGCF && WGCFmenu
WGproxy(){ WGproxy(){
[[ ! $(type -P wg-quick) ]] && red "未安装Wgcf-WARP" && bash CFwarp.sh [[ ! $(type -P wg-quick) ]] && red "未安装Wgcf-WARP" && bash CFwarp.sh
blue "\nWireguard客户端相关设置说明请关注甬哥博客" blue "\nWireguard客户端相关设置说明请关注甬哥博客"
green "\n根据网络环境选择Wireguard代理节点的Endpoint端点" green "\n根据网络环境选择Wireguard代理节点的Endpoint对端IP地址"
readp "1. 使用IPV4端点 (支持v4或v6+v4网络环境回车默认)\n2. 使用IPV6端点 (仅支持v6+v4网络环境)\n请选择" IPet readp "1. 使用IPV4地址 (支持v4或v6+v4网络环境回车默认)\n2. 使用IPV6地址 (仅支持v6+v4网络环境)\n请选择" IPet
if [ -z "${IPet}" ] || [ $IPet == "1" ];then if [ -z "${IPet}" ] || [ $IPet == "1" ];then
endip=162.159.193.10 endip=162.159.193.10
elif [ $IPet == "2" ];then elif [ $IPet == "2" ];then