editso / fuso

一款体积小, 快速, 稳定, 高效, 轻量的内网穿透, 端口转发工具 支持多连接,级联代理,传输加密 (A small volume, fast, stable, efficient, and lightweight intranet penetration, port forwarding tool supports multiple connections, cascading proxy, and transmission encryption)
GNU General Public License v3.0
1.8k stars 195 forks source link

大佬 fuso 如何像frp一样配置socks5 #39

Closed AndyJuL closed 2 years ago

AndyJuL commented 2 years ago

服务端 fus -l 0.0.0.0 -p 39123 内网的客户端 fuc.exe --socks 服务端IP 39123 结果显示 [2022-08-14T05:23:08.833Z INFO ] the server listens on [::39123] T [2022-08-14T05:27:34.008Z INFO ] client is xxxx:3543 T and the server is [::42348] T [2022-08-14T05:27:34.008Z INFO ] please visit [::39465] T for port mapping [2022-08-14T05:41:21.563Z INFO ] client is 222.187.86.50:3866 T and the server is [::40135] T [2022-08-14T05:41:21.563Z INFO ] please visit [::44463] T for port mapping [2022-08-14T05:41:26.217Z WARN ] client error Connection reset by peer (os error 104) [2022-08-14T05:41:26.217Z WARN ] client error xxxx:3543 T, err: Connection reset by peer (os error 104) [2022-08-14T05:41:26.217Z WARN ] An error occurred Connection reset by peer (os error 104) [2022-08-14T05:41:26.217Z WARN ] stop processing

我挂 服务器ip:44463 这个端口 无法成功 这个是像frp一样的么?

editso commented 2 years ago

服务端 fus -l 0.0.0.0 -p 39123 内网的客户端 fuc.exe --socks 服务端IP 39123 结果显示 [2022-08-14T05:23:08.833Z INFO ] the server listens on [::39123] T [2022-08-14T05:27:34.008Z INFO ] client is xxxx:3543 T and the server is [::42348] T [2022-08-14T05:27:34.008Z INFO ] please visit [::39465] T for port mapping [2022-08-14T05:41:21.563Z INFO ] client is 222.187.86.50:3866 T and the server is [::40135] T [2022-08-14T05:41:21.563Z INFO ] please visit [::44463] T for port mapping [2022-08-14T05:41:26.217Z WARN ] client error Connection reset by peer (os error 104) [2022-08-14T05:41:26.217Z WARN ] client error xxxx:3543 T, err: Connection reset by peer (os error 104) [2022-08-14T05:41:26.217Z WARN ] An error occurred Connection reset by peer (os error 104) [2022-08-14T05:41:26.217Z WARN ] stop processing

我挂 服务器ip:44463 这个端口 无法成功 这个是像frp一样的么?

image