mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2234] 是否能增加XUDP功能 #1777
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1777
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @clm0081 on GitHub (Feb 4, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2234
有些程序走到udp协议,但是穿透模式只能穿透tcp,能出一个udp穿透的功能吗?
@fatedier commented on GitHub (Feb 5, 2021):
短期内应该没有支持计划,UDP 的直接穿透难度很大,当前 UDP 代理的实现方式还是 UDP Over TCP,这样增加了太多层,复杂度比较高。
@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.
@ywmuazz commented on GitHub (Oct 9, 2023):
可以在一端起一个frps,把7000端口通过xtcp暴露到另一端,然后就可以xudp了
@xqzr commented on GitHub (Apr 13, 2024):
#1729
@qinling73 commented on GitHub (Dec 29, 2024):
@ywmuazz 这个操作没太听懂,大佬能详细说说么,已经被udp p2p折磨太久了
@ywmuazz commented on GitHub (Dec 29, 2024):
实测这样做还不如用tailscale,建议直接用tailscale
@qinling73 commented on GitHub (Jan 2, 2025):
在尝试这么弄了,但是目前云服务器只能使用windows server 2012 r,然后市面上要的教程都是教人怎么使用docker去搭建服务节点,这个操作系统装不了docker。
目前在看其他办法。