修改.net域名时在安装完成后显示信息错误

pull/175/head
JackyTang 2020-02-13 18:00:57 +08:00
parent c7b5939aaa
commit 753d4b8ea9
1 changed files with 5 additions and 5 deletions

View File

@ -587,14 +587,14 @@ info_extraction(){
basic_information(){
echo -e "${OK} ${Green} V2ray+ws+tls 安装成功" > ${v2ray_info_file}
echo -e "${Red} V2ray 配置信息 ${Font}" >> ${v2ray_info_file}
echo -e "${Red} 地址address:${Font} $(info_extraction "add") " >> ${v2ray_info_file}
echo -e "${Red} 端口port${Font} $(info_extraction "port") " >> ${v2ray_info_file}
echo -e "${Red} 地址address:${Font} $(info_extraction '\"add\"') " >> ${v2ray_info_file}
echo -e "${Red} 端口port${Font} $(info_extraction '\"port\"') " >> ${v2ray_info_file}
echo -e "${Red} 用户idUUID${Font} $(info_extraction '\"id\"')" >> ${v2ray_info_file}
echo -e "${Red} 额外idalterId${Font} $(info_extraction "aid")" >> ${v2ray_info_file}
echo -e "${Red} 额外idalterId${Font} $(info_extraction '\"aid\"')" >> ${v2ray_info_file}
echo -e "${Red} 加密方式security${Font} 自适应 " >> ${v2ray_info_file}
echo -e "${Red} 传输协议network${Font} $(info_extraction "net") " >> ${v2ray_info_file}
echo -e "${Red} 传输协议network${Font} $(info_extraction '\"net\"') " >> ${v2ray_info_file}
echo -e "${Red} 伪装类型type${Font} none " >> ${v2ray_info_file}
echo -e "${Red} 路径(不要落下/${Font} $(info_extraction "path") " >> ${v2ray_info_file}
echo -e "${Red} 路径(不要落下/${Font} $(info_extraction '\"path\"') " >> ${v2ray_info_file}
echo -e "${Red} 底层传输安全:${Font} tls " >> ${v2ray_info_file}
}
show_information(){