[PR #2836] [CLOSED] Configurable websocket PATH #4637

Closed
opened 2026-05-05 14:45:51 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2836
Author: @wwqgtxx
Created: 3/11/2022
Status: Closed

Base: devHead: ws-path


📝 Commits (1)

  • 772c964 Configurable websocket PATH

📊 Changes

9 files changed (+29 additions, -13 deletions)

View changed files

📝 client/control.go (+3 -1)
📝 client/service.go (+3 -1)
📝 conf/frpc_full.ini (+4 -0)
📝 conf/frps_full.ini (+4 -0)
📝 pkg/config/client.go (+4 -0)
📝 pkg/config/server.go (+4 -0)
📝 pkg/util/net/dial.go (+2 -2)
📝 pkg/util/net/websocket.go (+3 -7)
📝 server/service.go (+2 -2)

📄 Description

implement https://github.com/fatedier/frp/issues/2492


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/2836 **Author:** [@wwqgtxx](https://github.com/wwqgtxx) **Created:** 3/11/2022 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `ws-path` --- ### 📝 Commits (1) - [`772c964`](https://github.com/fatedier/frp/commit/772c964d9ab6bdb1297c94e44700e9b0a4e6ae5f) Configurable websocket PATH ### 📊 Changes **9 files changed** (+29 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `client/control.go` (+3 -1) 📝 `client/service.go` (+3 -1) 📝 `conf/frpc_full.ini` (+4 -0) 📝 `conf/frps_full.ini` (+4 -0) 📝 `pkg/config/client.go` (+4 -0) 📝 `pkg/config/server.go` (+4 -0) 📝 `pkg/util/net/dial.go` (+2 -2) 📝 `pkg/util/net/websocket.go` (+3 -7) 📝 `server/service.go` (+2 -2) </details> ### 📄 Description implement https://github.com/fatedier/frp/issues/2492 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:45:51 -06:00
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#4637
No description provided.