mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4575] frpc 连接服务端是否可以设置走UDP? #3617
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#3617
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 @ansonken on GitHub (Dec 6, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4575
Bug Description
我想实现frpc 连接frps 的时候走UDP 端口,主要因为我的vps ,TCP 端口都被封了。只有TCP 443端口和80可用,还有就是UDP 端口可以用。
frpc Version
v0.61.0
frps Version
v0.61.0
System Architecture
ubuntu
Configurations
bindAddr = "0.0.0.0"
bindPort = 8081
quicBindPort = 8082
kcpBindPort = 8083
transport.maxPoolCount = 5
log.to = "/data/frp_0.61.0_linux_amd64/frps.log"
log.level = "info"
log.maxDays = 3
auth.method = "token"
Logs
2024-12-06 14:41:22.685 [W] [client/service.go:298] connect to server error: dial tcp xxxx:8081: i/o timeout
2024-12-06 14:41:22.685 [I] [sub/root.go:160] frpc service for config file [/root/frp_0.61.0_linux_amd64/frpc.toml] stopped
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Dec 7, 2024):
https://github.com/fatedier/frp/issues/4572#issuecomment-2518116808
@github-actions[bot] commented on GitHub (Dec 22, 2024):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.