mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #1190] [MERGED] new features #4339
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#4339
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/1190
Author: @fatedier
Created: 4/10/2019
Status: ✅ Merged
Merged: 4/10/2019
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (8)
74a8752fix route conflict9c4ec56support proxy protocol79237d2bump version to v0.26.07f9d88cfixb7a73d3support proxy protocol for type httpc67b4e7vendor: add packagesdb6bbc5frpc: new plugin https2http988e9b1update doc📊 Changes
34 files changed (+1179 additions, -41 deletions)
View changed files
📝
README.md(+51 -4)📝
README_zh.md(+60 -2)📝
client/control.go(+8 -1)📝
client/proxy/proxy.go(+45 -13)📝
client/proxy/proxy_manager.go(+2 -2)📝
client/proxy/proxy_wrapper.go(+2 -2)📝
cmd/frpc/sub/root.go(+1 -1)📝
cmd/frps/root.go(+1 -1)📝
conf/frpc_full.ini(+12 -0)📝
go.mod(+1 -0)📝
go.sum(+2 -0)📝
models/config/proxy.go(+12 -2)📝
models/msg/msg.go(+4 -0)➕
models/plugin/https2http.go(+119 -0)📝
server/control.go(+1 -0)📝
server/proxy/http.go(+13 -2)📝
server/proxy/https.go(+4 -0)📝
server/proxy/proxy.go(+26 -3)📝
server/proxy/udp.go(+1 -1)📝
server/proxy/xtcp.go(+1 -1)...and 14 more files
📄 Description
https2http.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.