mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #7] [MERGED] Release version 0.2.0 #4095
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#4095
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/7
Author: @fatedier
Created: 3/17/2016
Status: ✅ Merged
Merged: 3/17/2016
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (10+)
f02ed95enable client to connect non-local [ip:port]586d63fMerge pull request #6 from Hurricanezwf/add_func3cbe432cmd/client: if no local_ip set in proxy config, use 127.0.0.1 as default838dc10[utils/version] add version.go975c2a9add support for command line3218edamodels/server: fix bug, program will core if listener is nila56b29badd support for command line with frpc6e45822add license infob4acba9doc: add architecture.pngdb3abd3doc: update architecture.png📊 Changes
35 files changed (+3064 additions, -49 deletions)
View changed files
📝
.gitignore(+0 -1)➕
Dockerfile(+14 -0)📝
Godeps/Godeps.json(+5 -0)➕
Godeps/_workspace/src/github.com/docopt/docopt-go/.gitignore(+25 -0)➕
Godeps/_workspace/src/github.com/docopt/docopt-go/.travis.yml(+31 -0)➕
Godeps/_workspace/src/github.com/docopt/docopt-go/LICENSE(+20 -0)➕
Godeps/_workspace/src/github.com/docopt/docopt-go/README.md(+88 -0)➕
Godeps/_workspace/src/github.com/docopt/docopt-go/docopt.go(+1239 -0)➕
Godeps/_workspace/src/github.com/docopt/docopt-go/test_golang.docopt(+9 -0)➕
Godeps/_workspace/src/github.com/docopt/docopt-go/testcases.docopt(+957 -0)📝
Makefile(+2 -3)📝
README.md(+29 -1)📝
conf/frpc.ini(+6 -6)📝
conf/frps.ini(+4 -5)➕
doc/pic/architecture.png(+0 -0)➕
doc/quick_start_en.md(+68 -0)➕
doc/quick_start_zh.md(+66 -0)📝
src/frp/cmd/frpc/control.go(+16 -1)📝
src/frp/cmd/frpc/main.go(+75 -1)📝
src/frp/cmd/frps/control.go(+14 -0)...and 15 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.