[GH-ISSUE #2234] 是否能增加XUDP功能 #1777

Closed
opened 2026-05-05 13:08:55 -06:00 by gitea-mirror · 7 comments
Owner

Originally created by @clm0081 on GitHub (Feb 4, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2234

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

Originally created by @clm0081 on GitHub (Feb 4, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2234 有些程序走到udp协议,但是穿透模式只能穿透tcp,能出一个udp穿透的功能吗?
gitea-mirror 2026-05-05 13:08:55 -06:00
Author
Owner

@fatedier commented on GitHub (Feb 5, 2021):

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

<!-- gh-comment-id:773812860 --> @fatedier commented on GitHub (Feb 5, 2021): 短期内应该没有支持计划,UDP 的直接穿透难度很大,当前 UDP 代理的实现方式还是 UDP Over TCP,这样增加了太多层,复杂度比较高。
Author
Owner

@github-actions[bot] commented on GitHub (Mar 23, 2021):

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

<!-- gh-comment-id:804512752 --> @github-actions[bot] commented on GitHub (Mar 23, 2021): Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.
Author
Owner

@ywmuazz commented on GitHub (Oct 9, 2023):

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

<!-- gh-comment-id:1752323557 --> @ywmuazz commented on GitHub (Oct 9, 2023): 可以在一端起一个frps,把7000端口通过xtcp暴露到另一端,然后就可以xudp了
Author
Owner

@xqzr commented on GitHub (Apr 13, 2024):

#1729

<!-- gh-comment-id:2053570595 --> @xqzr commented on GitHub (Apr 13, 2024): #1729
Author
Owner

@qinling73 commented on GitHub (Dec 29, 2024):

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

@ywmuazz 这个操作没太听懂,大佬能详细说说么,已经被udp p2p折磨太久了

<!-- gh-comment-id:2564771973 --> @qinling73 commented on GitHub (Dec 29, 2024): > 可以在一端起一个frps,把7000端口通过xtcp暴露到另一端,然后就可以xudp了 @ywmuazz 这个操作没太听懂,大佬能详细说说么,已经被udp p2p折磨太久了
Author
Owner

@ywmuazz commented on GitHub (Dec 29, 2024):

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

@ywmuazz 这个操作没太听懂,大佬能详细说说么,已经被udp p2p折磨太久了

实测这样做还不如用tailscale,建议直接用tailscale

<!-- gh-comment-id:2564776220 --> @ywmuazz commented on GitHub (Dec 29, 2024): > > 可以在一端起一个frps,把7000端口通过xtcp暴露到另一端,然后就可以xudp了 > > @ywmuazz 这个操作没太听懂,大佬能详细说说么,已经被udp p2p折磨太久了 实测这样做还不如用tailscale,建议直接用tailscale
Author
Owner

@qinling73 commented on GitHub (Jan 2, 2025):

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

@ywmuazz 这个操作没太听懂,大佬能详细说说么,已经被udp p2p折磨太久了

实测这样做还不如用tailscale,建议直接用tailscale

在尝试这么弄了,但是目前云服务器只能使用windows server 2012 r,然后市面上要的教程都是教人怎么使用docker去搭建服务节点,这个操作系统装不了docker。
目前在看其他办法。

<!-- gh-comment-id:2567332494 --> @qinling73 commented on GitHub (Jan 2, 2025): > > > 可以在一端起一个frps,把7000端口通过xtcp暴露到另一端,然后就可以xudp了 > > > > > > @ywmuazz 这个操作没太听懂,大佬能详细说说么,已经被udp p2p折磨太久了 > > 实测这样做还不如用tailscale,建议直接用tailscale 在尝试这么弄了,但是目前云服务器只能使用windows server 2012 r,然后市面上要的教程都是教人怎么使用docker去搭建服务节点,这个操作系统装不了docker。 目前在看其他办法。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1777
No description provided.