[PR #1575] [MERGED] support server plugin feature #4408

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1575
Author: @fatedier
Created: 12/23/2019
Status: Merged
Merged: 12/31/2019
Merged by: @fatedier

Base: devHead: new


📝 Commits (3)

  • a57679f support meta info for client and proxy
  • 91e46a2 support server plugin feature
  • 31e2cb7 bump version

📊 Changes

23 files changed (+457 additions, -28 deletions)

View changed files

📝 client/proxy/proxy.go (+1 -1)
📝 client/service.go (+1 -0)
📝 conf/frpc_full.ini (+7 -0)
📝 conf/frps_full.ini (+10 -0)
📝 models/config/client_common.go (+8 -0)
📝 models/config/proxy.go (+13 -1)
📝 models/config/server_common.go (+24 -0)
📝 models/msg/msg.go (+16 -14)
📝 models/plugin/client/http2https.go (+1 -2)
📝 models/plugin/client/http_proxy.go (+0 -0)
📝 models/plugin/client/https2http.go (+1 -1)
📝 models/plugin/client/plugin.go (+0 -0)
📝 models/plugin/client/socks5.go (+0 -0)
📝 models/plugin/client/static_file.go (+0 -0)
📝 models/plugin/client/unix_domain_socket.go (+0 -0)
models/plugin/server/http.go (+104 -0)
models/plugin/server/manager.go (+105 -0)
models/plugin/server/plugin.go (+32 -0)
models/plugin/server/tracer.go (+34 -0)
models/plugin/server/types.go (+46 -0)

...and 3 more files

📄 Description

see #1403


🔄 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/1575 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 12/23/2019 **Status:** ✅ Merged **Merged:** 12/31/2019 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (3) - [`a57679f`](https://github.com/fatedier/frp/commit/a57679f8375986abc970d22bad52644ba62a4969) support meta info for client and proxy - [`91e46a2`](https://github.com/fatedier/frp/commit/91e46a2c5318b66088b169d9ea91b5bd261e5bf5) support server plugin feature - [`31e2cb7`](https://github.com/fatedier/frp/commit/31e2cb76bb3a420b114851064ad9bc84f993bb75) bump version ### 📊 Changes **23 files changed** (+457 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `client/proxy/proxy.go` (+1 -1) 📝 `client/service.go` (+1 -0) 📝 `conf/frpc_full.ini` (+7 -0) 📝 `conf/frps_full.ini` (+10 -0) 📝 `models/config/client_common.go` (+8 -0) 📝 `models/config/proxy.go` (+13 -1) 📝 `models/config/server_common.go` (+24 -0) 📝 `models/msg/msg.go` (+16 -14) 📝 `models/plugin/client/http2https.go` (+1 -2) 📝 `models/plugin/client/http_proxy.go` (+0 -0) 📝 `models/plugin/client/https2http.go` (+1 -1) 📝 `models/plugin/client/plugin.go` (+0 -0) 📝 `models/plugin/client/socks5.go` (+0 -0) 📝 `models/plugin/client/static_file.go` (+0 -0) 📝 `models/plugin/client/unix_domain_socket.go` (+0 -0) ➕ `models/plugin/server/http.go` (+104 -0) ➕ `models/plugin/server/manager.go` (+105 -0) ➕ `models/plugin/server/plugin.go` (+32 -0) ➕ `models/plugin/server/tracer.go` (+34 -0) ➕ `models/plugin/server/types.go` (+46 -0) _...and 3 more files_ </details> ### 📄 Description see #1403 --- <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:41:30 -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#4408
No description provided.