mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3997] udp代理错误 #3170
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#3170
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 @jinghuashang on GitHub (Feb 16, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/3997
Bug Description
使用udp端口代理时不生效,但tcp端口协议正常

frpc Version
0.54
frps Version
0.54
System Architecture
linux/amd64windows/amd64
Configurations
【frps】
bindPort = 7000
webServer.addr = "0.0.0.0"
webServer.port = 7500
【frpc】
serverAddr = ""
serverPort = 7000
proxies
privilege_token = true
name = "L4D2节点0"
type = "udp"
local_ip = "192.168.31.13"
local_port = 27015
remotePort = 27015
Logs
No response
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Feb 16, 2024):
cf025d6320/conf/frpc_full_example.toml (L184-L185)@jinghuashang commented on GitHub (Feb 17, 2024):
同上修改并没有用
@xqzr commented on GitHub (Feb 17, 2024):
frps 所在网络 开放 UDP 27015
@jinghuashang commented on GitHub (Feb 18, 2024):
端口开放了也无效

@WuMe-sicx commented on GitHub (Feb 21, 2024):
你解决了吗?
@github-actions[bot] commented on GitHub (Mar 14, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
@freeze-dolphin commented on GitHub (Mar 22, 2024):
UDP 27015端口,看来你也是转发cs2的(
遇到了同样的问题
frps.toml:frpc.toml:客户端和服务端都没有任何报错,却没有流量被转发
@jinghuashang commented on GitHub (May 15, 2024):
不知道为啥,老版本(非go版本)就能转发。