Update socat.sh

This commit is contained in:
iiiiiii1
2018-05-11 18:58:06 +08:00
committed by GitHub
parent e542a8a5d0
commit 6f171602a2
+3 -3
View File
@@ -115,9 +115,9 @@ start_socat(){
sleep 3 sleep 3
echo echo
echo -e "${Green}Socat安装并配置成功!${Font}" echo -e "${Green}Socat安装并配置成功!${Font}"
echo -e "${Blue}你的本地端口为: ${port1}${Font}" echo -e "${Blue}你的本地端口为:${port1}${Font}"
echo -e "${Blue}你的远程端口为: ${port2}${Font}" echo -e "${Blue}你的远程端口为:${port2}${Font}"
echo -e "${Blue}你的本地服务器IP为: ${ip}${Font}" echo -e "${Blue}你的本地服务器IP为:${ip}${Font}"
exit 0 exit 0
} }