mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #5278] [Feature Request] 支持修改 WebSocket 路径 #4076
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#4076
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 @xrgzs on GitHub (Apr 4, 2026).
Original GitHub issue: https://github.com/fatedier/frp/issues/5278
Describe the feature request
当前 WebSocket 路径作为常量写死,为了让 frpc 能够正常连接,必须写死
/~!frp,因此可以被路径扫描识别,希望支持修改。d667be7a0a/pkg/util/net/websocket.go (L14-L16)Describe alternatives you've considered
增加一个 WebSocketOptions 配置:
Affected area