mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #401] [MERGED] merge 0.13 #4190
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#4190
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/401
Author: @fatedier
Created: 7/14/2017
Status: ✅ Merged
Merged: 7/14/2017
Merged by: @fatedier
Base:
dev← Head:0.13📝 Commits (10+)
171bc8dnew proxy type: stcp(secret tcp)07fe05aupdate version to v0.13.0b811a62vhost: fix 404 pageaede4e5close all proxies if protocol = kcpb55a24aupdate mutex used in frpc control4cc1663vhost: add real ip in first request of one connection0752508vhost: a bug fix of reading request7bb8c10plugin: add socks5 pluginfe32a7cdoc: updatec081df4vendor: add github.com/armon/go-socks5📊 Changes
43 files changed (+2786 additions, -220 deletions)
View changed files
📝
Godeps/Godeps.json(+8 -0)📝
README.md(+3 -3)📝
README_zh.md(+4 -4)➕
client/admin.go(+60 -0)➕
client/admin_api.go(+78 -0)📝
client/control.go(+224 -49)📝
client/proxy.go(+34 -1)📝
client/service.go(+18 -3)➕
client/vistor.go(+145 -0)📝
cmd/frpc/main.go(+68 -3)📝
conf/frpc_full.ini(+31 -0)📝
conf/frps_full.ini(+4 -1)📝
models/config/client_common.go(+34 -2)📝
models/config/proxy.go(+225 -8)📝
models/config/server_common.go(+13 -4)📝
models/consts/consts.go(+1 -0)📝
models/msg/msg.go(+31 -11)➕
models/plugin/socks5.go(+65 -0)📝
server/control.go(+1 -0)📝
server/dashboard.go(+14 -100)...and 23 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.