-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #772 from ehang-io/dev
Dev
- Loading branch information
Showing
22 changed files
with
225 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#/bash/sh | ||
export VERSION=0.26.9 | ||
export VERSION=0.26.10 | ||
export GOPROXY=direct | ||
|
||
sudo apt-get update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
![logo](logo.svg) | ||
|
||
# NPS <small>0.26.9</small> | ||
# NPS <small>0.26.10</small> | ||
|
||
> 一款轻量级、高性能、功能强大的内网穿透代理服务器 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
``` | ||
命令行模式启动客户端 | ||
从v0.26.10开始,此函数会阻塞,直到客户端退出返回,请自行管理是否重连 | ||
p0->连接地址 | ||
p1->vkey | ||
p2->连接类型(tcp or udp) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# 服务端配置文件 | ||
- /conf/nps.conf | ||
- /etc/nps/conf/nps.conf | ||
|
||
名称 | 含义 | ||
---|--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,34 @@ | ||
module ehang.io/nps | ||
|
||
go 1.14 | ||
go 1.15 | ||
|
||
require ( | ||
ehang.io/nps-mux v0.0.0-20200617154922-5dc86cc6082a | ||
fyne.io/fyne v1.3.3 | ||
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect | ||
ehang.io/nps-mux v0.0.0-20210407130203-4afa0c10c992 | ||
fyne.io/fyne/v2 v2.0.2 | ||
github.com/astaxie/beego v1.12.0 | ||
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect | ||
github.com/c4milo/unpackit v0.0.0-20170704181138-4ed373e9ef1c | ||
github.com/ccding/go-stun v0.0.0-20180726100737-be486d185f3d | ||
github.com/dsnet/compress v0.0.1 // indirect | ||
github.com/go-ole/go-ole v1.2.4 // indirect | ||
github.com/golang/snappy v0.0.2 | ||
github.com/golang/snappy v0.0.3 | ||
github.com/hooklift/assert v0.0.0-20170704181755-9d1defd6d214 // indirect | ||
github.com/kardianos/service v1.0.0 | ||
github.com/klauspost/cpuid v1.3.0 // indirect | ||
github.com/kardianos/service v1.2.0 | ||
github.com/klauspost/cpuid v1.3.1 // indirect | ||
github.com/klauspost/cpuid/v2 v2.0.6 // indirect | ||
github.com/klauspost/pgzip v1.2.1 // indirect | ||
github.com/klauspost/reedsolomon v1.9.9 // indirect | ||
github.com/mmcloughlin/avo v0.0.0-20200523190732-4439b6b2c061 // indirect | ||
github.com/klauspost/reedsolomon v1.9.12 // indirect | ||
github.com/panjf2000/ants/v2 v2.4.2 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect | ||
github.com/shirou/gopsutil v2.19.11+incompatible | ||
github.com/tjfoc/gmsm v1.3.2 // indirect | ||
github.com/shirou/gopsutil/v3 v3.21.3 | ||
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect | ||
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect | ||
github.com/tjfoc/gmsm v1.4.0 // indirect | ||
github.com/xtaci/kcp-go v5.4.20+incompatible | ||
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect | ||
golang.org/x/mod v0.3.0 // indirect | ||
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 | ||
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect | ||
golang.org/x/tools v0.0.0-20200617042924-7f3f4b10a808 // indirect | ||
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae // indirect | ||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect | ||
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 | ||
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect | ||
) | ||
|
||
replace github.com/astaxie/beego => github.com/exfly/beego v1.12.0-export-init |
Oops, something went wrong.