mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #1575] [MERGED] support server plugin feature #4408
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#4408
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/1575
Author: @fatedier
Created: 12/23/2019
Status: ✅ Merged
Merged: 12/31/2019
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (3)
a57679fsupport meta info for client and proxy91e46a2support server plugin feature31e2cb7bump 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.