ffdfgdfg
|
36d858d1c7
|
change sdk to block function call, close #480, close #745
|
2021-04-08 02:40:32 +08:00 |
ffdfgdfg
|
96188ee6ed
|
change client closed text
|
2021-04-08 02:25:46 +08:00 |
xiexiao
|
d43cbde1f6
|
Windows服务运行npc时读取程序目录下的config文件
|
2020-08-22 13:14:34 +08:00 |
ffdfgdfg
|
f459acdfb4
|
add custom client disconnect timeout option, close #485
|
2020-05-07 23:29:45 +08:00 |
ffdfgdfg
|
878c717f89
|
Merge pull request #522 from ehang-io/pull/508, close #507
Pull/508
|
2020-04-30 23:47:26 +08:00 |
ffdfgdfg
|
96e7b0255f
|
Revert "Update npc.go", fix #515
This reverts commit 27a7a67e
|
2020-04-21 20:52:48 +08:00 |
snowie2000
|
a732febf3b
|
fixed typo in test.go
replaced self-made http reverseproxy with a more robust and versatile one.
dynamically generate cert for client-server tls encryption
|
2020-04-15 10:59:48 +08:00 |
ffdfgdfg
|
72e10ced88
|
Merge pull request #471 from wyaode/patch-1, close #470
Update nps.go
|
2020-03-25 20:04:15 +08:00 |
wyaode
|
27a7a67e3c
|
Update npc.go
解决npc同时支持客户端和私密代理访问端的问题 #472
暂不支持网页配置私密代理访问端
|
2020-03-25 09:36:51 +08:00 |
wyaode
|
cf58f113c0
|
Update nps.go
解决服务无法启动问题,issues #470
|
2020-03-25 09:07:41 +08:00 |
ffdfgdfg
|
b6d6fedca2
|
add print version
|
2020-03-05 23:49:24 +08:00 |
ffdfgdfg
|
9061201684
|
Merge branch 'dev' of https://ehang.io/nps into dev
|
2020-02-28 00:32:05 +08:00 |
ffdfgdfg
|
6abfa6de1a
|
support busyBox and sysV, for openWrt, fix #419, change update url
|
2020-02-28 00:31:17 +08:00 |
cnlh
|
77c4a0cea4
|
fix #409, support custom stun server
|
2020-02-23 01:49:41 +08:00 |
ffdfgdfg
|
3ec790d98d
|
run without service #407
|
2020-02-18 22:53:37 +08:00 |
ffdfgdfg
|
533dd083fe
|
pprof configuration support, #382
|
2020-02-09 16:54:40 +08:00 |
ffdfgdfg
|
099d3fcf2c
|
custom npc systemd service script, increase open files limit
|
2020-01-22 11:54:40 +08:00 |
ffdfgdfg
|
c7a5388cfd
|
custom systemd service script, increase open files limit
|
2020-01-22 11:47:24 +08:00 |
ffdfgdfg
|
6c7ac59626
|
change package path
|
2020-01-08 21:57:14 +08:00 |
cnlh
|
35311010a6
|
fixed #354
|
2020-01-07 10:02:58 +08:00 |
刘河
|
e9580e939b
|
print log when run with nps
|
2019-12-19 00:46:22 +08:00 |
unknown
|
0c08d9e202
|
change default log setting
|
2019-12-18 16:37:04 +08:00 |
刘河
|
eab5708b33
|
change md and register npc as a service
|
2019-12-16 22:50:34 +08:00 |
unknown
|
186f2e228d
|
add npc install and update
|
2019-12-16 17:15:05 +08:00 |
unknown
|
58257be867
|
add gowin
|
2019-12-16 14:11:22 +08:00 |
刘河
|
d930d9f003
|
npc service init
|
2019-12-16 02:28:31 +08:00 |
unknown
|
55a8466d83
|
change nps service
|
2019-12-15 16:16:49 +08:00 |
刘河
|
3b24752e06
|
catch panic
|
2019-12-14 15:55:19 +08:00 |
刘河
|
f86b4c873e
|
add service
|
2019-12-14 12:28:01 +08:00 |
刘河
|
999fac8ad7
|
fix panic when close with not start in sdk
|
2019-12-08 23:31:53 +08:00 |
刘河
|
daaf1f28e1
|
update sdk
|
2019-12-08 21:04:27 +08:00 |
刘河
|
f938b2fdd1
|
change npc sdk
|
2019-12-08 15:46:33 +08:00 |
刘河
|
9993ce8131
|
add logs and version for sdk
|
2019-12-08 00:29:00 +08:00 |
unknown
|
cb1cc67e6b
|
add log for sdk
|
2019-12-04 18:36:29 +08:00 |
unknown
|
391fdbd920
|
change sdk
|
2019-12-04 18:11:24 +08:00 |
刘河
|
01a4bcf13d
|
update npc sdk and version
|
2019-12-04 01:54:23 +08:00 |
unknown
|
5a85e47646
|
add sdk file
|
2019-12-03 20:25:22 +08:00 |
ffdfgdfg
|
9abe5874b7
|
Merge branch 'dev' into new_dev
|
2019-12-01 22:41:59 +08:00 |
ffdfgdfg
|
1f8e441090
|
multiple changes
|
2019-10-12 22:56:37 +08:00 |
exfly
|
b0d16d3b3d
|
style: fmt
|
2019-08-10 11:15:25 +08:00 |
exfly
|
5fcbeb60aa
|
feat: go mod supported
|
2019-08-10 11:10:01 +08:00 |
涵曦
|
383dbd1b7b
|
增加 web_base_url 配置, 用于配置 web 后台可置于代理子路径下
|
2019-05-11 06:46:50 +00:00 |
刘河
|
f6c596f318
|
P2p、install、log package
|
2019-04-21 23:03:58 +08:00 |
刘河
|
824b12a2f8
|
Modular 、Functional enhancement
|
2019-04-08 17:01:08 +08:00 |
刘河
|
a831ccd8fa
|
version
|
2019-04-01 23:58:23 +08:00 |
刘河
|
cc6d053b6d
|
Code optimization
|
2019-03-29 10:41:57 +08:00 |
刘河
|
07b896550e
|
donation
|
2019-03-27 15:13:59 +08:00 |
刘河
|
5beee738df
|
hot reload
|
2019-03-26 15:54:20 +08:00 |
刘河
|
65e0822b63
|
nps some config hot reload
|
2019-03-26 15:23:39 +08:00 |
刘河
|
f0493543ff
|
Log
|
2019-03-24 03:24:43 +08:00 |