ehang-io / nps

一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.
https://ehang.io/nps/documents
GNU General Public License v3.0
29.71k stars 5.36k forks source link

Socks5 server UDP #1241

Open bannyhm opened 10 months ago

bannyhm commented 10 months ago

Hello.

Is it possible to implement this redirect scheme with your tools?

It is necessary that the remote user use the socks5://188.222.221.54:9300 proxy in the browser to be able to access the Internet with a dynamic client IP address and udp support.

Currently this scheme is implemented in two ways, but both methods do not support UDP.

FRP tunnel between server and client + SocksServerUltimate.apk running on the client.

FRP tunnel between server and client + built-in Socks5 FRP plugin specified in the client configuration.

Sheme-03