Update socat.sh

master
iiiiiii1 2018-05-11 18:58:06 +08:00 committed by GitHub
parent e542a8a5d0
commit 6f171602a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -115,9 +115,9 @@ start_socat(){
sleep 3
echo
echo -e "${Green}Socat安装并配置成功!${Font}"
echo -e "${Blue}你的本地端口为: ${port1}${Font}"
echo -e "${Blue}你的远程端口为: ${port2}${Font}"
echo -e "${Blue}你的本地服务器IP为: ${ip}${Font}"
echo -e "${Blue}你的本地端口为:${port1}${Font}"
echo -e "${Blue}你的远程端口为:${port2}${Font}"
echo -e "${Blue}你的本地服务器IP为:${ip}${Font}"
exit 0
}