whistle icon indicating copy to clipboard operation
whistle copied to clipboard

怎么tcp代理无法同时经过其他代理并且修改ip的

Open aogg opened this issue 1 year ago • 4 comments

10.21.0.9 proxy://10.21.0.9:8888 192.168.1.24

这个规则不生效

aogg avatar Nov 26 '24 07:11 aogg

tcp比如ssh的22端口

aogg avatar Nov 26 '24 07:11 aogg

你想把 tcp 请求代理到 whistle 再通过 whistle 配置 hosts 将请求转发到其它服务器?

avwo avatar Nov 26 '24 07:11 avwo

你想把 tcp 请求代理到 whistle 再通过 whistle 配置 hosts 将请求转发到其它服务器?

把 tcp 请求代理到 whistle 再通过 whistle 配置 hosts 并且配置其他a代理 将请求转发到其它b服务器?

aogg avatar Nov 26 '24 10:11 aogg

tcp 请求要自己编码代理到 whistle,如果是 node.js 可以用这个 npm 包:https://github.com/avwo/lack-proxy

avwo avatar Feb 20 '25 01:02 avwo