mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #4804] [CLOSED] Added the function of custom prefix path for ws and wss protocols #5047
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#5047
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?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/4804
Author: @fsyxhua
Created: 5/21/2025
Status: ❌ Closed
Base:
dev← Head:dev_ll📝 Commits (1)
fb5a93bAdded the function of custom prefix path for ws and wss protocols📊 Changes
4 files changed (+50 additions, -5 deletions)
View changed files
📝
cmd/frpc/sub/root.go(+13 -0)📝
cmd/frps/root.go(+8 -0)📝
pkg/config/v1/client.go(+4 -2)📝
pkg/util/net/websocket.go(+25 -3)📄 Description
WHY
Add the function of custom prefix path for ws and wss protocols, which is convenient for modifying the prefix path according to different needs when there is a reverse proxy.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.