利用 Socat 实现端口转发一键脚本
Socat安装
- Centos 系统:
yum install -y socat
- Debian/Ubuntu 系统:
apt-get update apt-get install -y socat
一键脚本安装:wget https://www.632idc.com/tools/socat.sh && bash socat.sh
Socat卸载
Centos系统:yum remove socat
Debian/Ubuntu系统:sudo apt-get remove socatsudo apt-get autoremove