mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4307] 远程桌面 3389 udp开启失败 #3399
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#3399
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 @iwdm-cc on GitHub (Jun 28, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4307
Bug Description
控制端显示的协议还是tcp,没法激活udp?
被控制端已开udp协议支持。

frpc Version
0.58.1
frps Version
0.58.1
System Architecture
linux/amd64, windows/amd64
Configurations
frpc.toml
`serverAddr = "xxxx"
serverPort = 7001
transport.protocol = "kcp"
transport.tls.enable = true
proxies
name = "test-http"
type = "tcp"
localIP = "127.0.0.1"
localPort = 3389
remotePort = 6000
proxies
name = "zc-udp"
type = "udp"
localIP = "127.0.0.1"
localPort = 3389
remotePort = 6000`
frps.toml
bindPort = 7001 kcpBindPort = 7001Logs
No response
Steps to reproduce
No response
Affected area
@xqzr commented on GitHub (Jun 28, 2024):
https://github.com/fatedier/frp/issues/3972#issuecomment-2196367825