下面是基于Centos 7。 安装 yum install socat 转发 nohup socat TCP6-LISTEN:8888,reuseaddr,fork TCP4:127.0.0.1:8443 >> socat.log 2>&1 ......
标签: Socat
一、安装Socat CentOS 环境: yum -y install socat Debian/Ubuntu 环境: apt-get update apt-get -y install socat 二、使用Socat 转发TCP+设置后台 ......