mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #403] [MERGED] bump version to v0.13.0 #4194
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#4194
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/403
Author: @fatedier
Created: 7/16/2017
Status: ✅ Merged
Merged: 7/16/2017
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (10+)
bcaf51aFix dockerfile8f071ddMerge pull request #375 from fangqiuming/fangqiuming-patch-19f73655fix backquote9c175d4Merge pull request #380 from IanSmith123/fixbug171bc8dnew 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 connection📊 Changes
44 files changed (+2958 additions, -270 deletions)
View changed files
📝
Dockerfile(+2 -2)📝
Godeps/Godeps.json(+8 -0)📝
README.md(+82 -26)📝
README_zh.md(+95 -29)➕
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)...and 24 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.