fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
84.87k stars 13.19k forks source link

是否能增加XUDP功能 #2234

Closed clm0081 closed 3 years ago

clm0081 commented 3 years ago

有些程序走到udp协议,但是穿透模式只能穿透tcp,能出一个udp穿透的功能吗?

fatedier commented 3 years ago

短期内应该没有支持计划,UDP 的直接穿透难度很大,当前 UDP 代理的实现方式还是 UDP Over TCP,这样增加了太多层,复杂度比较高。

github-actions[bot] commented 3 years ago

Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.

ywmuazz commented 11 months ago

可以在一端起一个frps,把7000端口通过xtcp暴露到另一端,然后就可以xudp了

xqzr commented 5 months ago

1729