[PR #1740] [MERGED] Server manager support the NewUserConn operation #4445

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1740
Author: @rainbend
Created: 4/9/2020
Status: Merged
Merged: 4/16/2020
Merged by: @fatedier

Base: devHead: patch-1


📝 Commits (4)

📊 Changes

10 files changed (+177 additions, -4 deletions)

View changed files

📝 doc/server_plugin.md (+20 -1)
📝 doc/server_plugin_zh.md (+58 -1)
📝 go.sum (+11 -0)
📝 models/plugin/server/manager.go (+39 -0)
📝 models/plugin/server/plugin.go (+1 -0)
📝 models/plugin/server/types.go (+7 -0)
📝 server/control.go (+8 -1)
📝 server/controller/resource.go (+4 -0)
📝 server/proxy/proxy.go (+28 -1)
📝 server/service.go (+1 -0)

📄 Description

Issues associated with this PR

https://github.com/fatedier/frp/issues/1731


🔄 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/1740 **Author:** [@rainbend](https://github.com/rainbend) **Created:** 4/9/2020 **Status:** ✅ Merged **Merged:** 4/16/2020 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `patch-1` --- ### 📝 Commits (4) - [`bc64e1a`](https://github.com/fatedier/frp/commit/bc64e1aeefa3e5c2af8646f358b5ee8312747725) support NewUserConn operation - [`24f380b`](https://github.com/fatedier/frp/commit/24f380b22bc1360b662bb920aee71a720bca7056) fix doc - [`30a70f8`](https://github.com/fatedier/frp/commit/30a70f8a42d8a01084e0dad34b54e92fed76b088) update doc - [`b42cd8f`](https://github.com/fatedier/frp/commit/b42cd8fd58ca0ebdebc19d0d68bfd50db1c81c55) update doc ### 📊 Changes **10 files changed** (+177 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `doc/server_plugin.md` (+20 -1) 📝 `doc/server_plugin_zh.md` (+58 -1) 📝 `go.sum` (+11 -0) 📝 `models/plugin/server/manager.go` (+39 -0) 📝 `models/plugin/server/plugin.go` (+1 -0) 📝 `models/plugin/server/types.go` (+7 -0) 📝 `server/control.go` (+8 -1) 📝 `server/controller/resource.go` (+4 -0) 📝 `server/proxy/proxy.go` (+28 -1) 📝 `server/service.go` (+1 -0) </details> ### 📄 Description ### Issues associated with this PR https://github.com/fatedier/frp/issues/1731 --- <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:42:15 -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#4445
No description provided.