From 97aa221a91c9b6335fa311115e803e6b5930d55d Mon Sep 17 00:00:00 2001 From: KANIKIG Date: Mon, 14 Dec 2020 17:36:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0gost=E5=9D=87=E8=A1=A1?= =?UTF-8?q?=E8=B4=9F=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gost.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gost.sh b/gost.sh index f24b0ac..a8a1b46 100755 --- a/gost.sh +++ b/gost.sh @@ -150,8 +150,8 @@ function read_protocol() { echo -e "[4] 一键安装ss/socks5代理" echo -e "说明: 使用gost内置的代理协议,轻量且易于管理" echo -e "-----------------------------------" - echo -e "[5] 进阶:负载均衡(未完成)" - echo -e "说明: 小白也可以尝试的负载均衡" + echo -e "[5] 进阶:多落地均衡负载" + echo -e "说明: 支持各种加密方式的简单均衡负载" echo -e "-----------------------------------" read -p "请选择: " numprotocol @@ -229,11 +229,11 @@ function read_d_ip() { echo -e "请问你要将本机从${flag_b}接收到的流量转发向${peer_ip}的哪个端口?" read -p "请输入: " peer_port echo -e "$peer_ip:$peer_port" >>$flag_c.txt - read -e -p "是否继续添加转发配置?[Y/n]:" addyn + read -e -p "是否继续添加落地?[Y/n]:" addyn [[ -z ${addyn} ]] && addyn="y" if [[ ${addyn} == [Nn] ]]; then echo -e "------------------------------------------------------------------" - echo -e "已在root目录创建$flag_c.txt,您可以随时编辑txt文件修改落地信息,重启gost即可生效" + echo -e "已在root目录创建$flag_c.txt,您可以随时编辑该文件修改落地信息,重启gost即可生效" echo -e "------------------------------------------------------------------" break else