mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1937] socks5使用udp的问题 #1539
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#1539
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 @wanghailin06 on GitHub (Aug 11, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1937
使用socks5插件的时候,在sstap上无法使用udp转发,TCP是可以的,这个是不可以还是我配置有问题啊
@fatedier commented on GitHub (Aug 11, 2020):
目前 socks5 插件只是一个简单的实现,不支持 UDP 转发。
@wanghailin06 commented on GitHub (Aug 11, 2020):
好吧,我自己这边实现试下吧
@fatedier commented on GitHub (Aug 11, 2020):
内置插件一般都是比较简单,便于使用,如果需要比较丰富的能力,最好还是自己本地起一个 socks5 代理程序。
@aa51513 commented on GitHub (Jul 7, 2023):
原来如此,解决了我的困扰