mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #630] [MERGED] bump version to v0.16.0 #4227
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#4227
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/630
Author: @fatedier
Created: 1/29/2018
Status: ✅ Merged
Merged: 1/29/2018
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (10+)
68dfc89plugin: new plugin static_file for getting files by http protocol41c4178plugin: socks5 support user password auth, close #484eede31cdoc: about static_file plugince8fde7new feature: range section for mapping range ports637ddbcfrpc: udpate proxies check and start logic8e719fffrps: new params max_ports_per_client1c35e9adoc: update44e8108ci: add test case for range ports mapping9b990adfrpc: add proxy status 'wait start'5d23912Merge pull request #629 from fatedier/new📊 Changes
22 files changed (+563 additions, -146 deletions)
View changed files
📝
Makefile(+0 -3)📝
README.md(+43 -5)📝
README_zh.md(+52 -5)📝
client/control.go(+12 -12)📝
client/proxy_manager.go(+34 -20)📝
cmd/frpc/main.go(+1 -1)📝
conf/frpc_full.ini(+34 -0)📝
conf/frps_full.ini(+3 -0)📝
models/config/proxy.go(+68 -6)📝
models/config/server_common.go(+34 -39)📝
models/plugin/http_proxy.go(+0 -44)📝
models/plugin/plugin.go(+44 -0)📝
models/plugin/socks5.go(+13 -3)➕
models/plugin/static_file.go(+87 -0)📝
server/control.go(+30 -1)📝
server/proxy.go(+13 -4)📝
tests/conf/auto_test_frpc.ini(+6 -0)📝
tests/conf/auto_test_frps.ini(+1 -1)📝
tests/func_test.go(+14 -1)📝
utils/util/util.go(+47 -0)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.