mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4414] 高版本是没有bind_udp_port参数了吗 #3489
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#3489
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 @wangzhengzhen on GitHub (Sep 2, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4414
Describe the feature request
在0.60.0版本,示例配置文件,没有bind_udp_port,只有kcpBindPort。如果要使用udp端口,是用kcpBindPort代替bind_udp_port吗?
Describe alternatives you've considered
No response
Affected area
@superzjg commented on GitHub (Sep 2, 2024):
frpc:
Communication protocol used to connect to server
supports tcp, kcp, quic, websocket and wss now, default is tcp
transport.protocol = "tcp"frps:
udp port used for kcp protocol, it can be same with 'bindPort'.
if not set, kcp is disabled in frps.
kcpBindPort = 7000udp port used for quic protocol.
if not set, quic is disabled in frps.
quicBindPort = 7002