Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的服务器中安装了squid代理,我想将 IP 地址与我想连接到它们的主机绑定。
我怎样才能用 socat 命令做到这一点?
例子 :
prox_IP : 1.1.1.1 proxy_port : 1111 host_to_connect: 2.2.2.2 port_to connect: 2222
我怎样才能2.2.2.2:2222像我的地址 IP 一样连接连接1.1.1.1:1111?
2.2.2.2:2222
1.1.1.1:1111