[GH-ISSUE #4414] 高版本是没有bind_udp_port参数了吗 #3489

Closed
opened 2026-05-05 14:14:31 -06:00 by gitea-mirror · 1 comment
Owner

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [X] Others
Author
Owner

@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 = 7000

udp port used for quic protocol.
if not set, quic is disabled in frps.
quicBindPort = 7002

<!-- gh-comment-id:2323873463 --> @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 = 7000` udp port used for quic protocol. if not set, quic is disabled in frps. `quicBindPort = 7002`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3489
No description provided.