pull/103/head
刘河 2019-03-27 15:13:59 +08:00
parent 886886197d
commit 07b896550e
5 changed files with 9 additions and 3 deletions

View File

@ -107,6 +107,7 @@ nps是一款轻量级、高性能、功能强大的**内网穿透**代理服务
* [客户端与服务端版本对比](#客户端与服务端版本对比)
* [webAPI](#webAPI)
* [贡献](#贡献)
* [支持nps发展](#捐赠)
* [交流群](#交流群)
@ -925,8 +926,13 @@ POST /auth/getauthkey
- 项目处于开发阶段,还有很多待完善的地方,如果可以贡献代码,请提交 PR 至 dev 分支
- 如果有新的功能特性反馈可以通过issues或者qq群反馈
## 捐助
如果您觉得nps对你有帮助欢迎给予我们一定捐助也是帮助nps更好的发展。
### 支付宝
![image](https://github.com/cnlh/nps/blob/master/image/donation_zfb.png?raw=true)
### 微信
![image](https://github.com/cnlh/nps/blob/master/image/donation_wx.png?raw=true)
## 交流群
![二维码.jpeg](https://i.loli.net/2019/02/15/5c66c32a42074.jpeg)

View File

@ -41,7 +41,7 @@ func main() {
if *logType == "stdout" {
logs.SetLogger(logs.AdapterConsole, `{"level":`+*logLevel+`,"color":true}`)
} else {
logs.SetLogger(logs.AdapterFile, `{"level":`+*logLevel+`,"filename":"npc_log.log","maxlines":1000,"daily":false,"color":true}`)
logs.SetLogger(logs.AdapterFile, `{"level":`+*logLevel+`,"filename":"npc_log.log","daily":false,"color":true}`)
}
env := common.GetEnvMap()
if *serverAddr == "" {

View File

@ -50,7 +50,7 @@ func main() {
if *logType == "stdout" {
logs.SetLogger(logs.AdapterConsole, `{"level":`+level+`,"color":true}`)
} else {
logs.SetLogger(logs.AdapterFile, `{"level":`+level+`,"filename":"nps_log.log","maxlines":1000,"daily":false,"color":true}`)
logs.SetLogger(logs.AdapterFile, `{"level":`+level+`,"filename":"nps_log.log","daily":false,"color":true}`)
}
task := &file.Tunnel{
Mode: "webServer",

BIN
image/donation_wx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

BIN
image/donation_zfb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB