71 Commits

Author SHA1 Message Date
ffdfgdfg
720f842d4b fix http cache panic, fix #626, fix #509 2020-10-06 00:57:10 +08:00
snowie2000
16be6d1b55 Revert http reverse proxy changes 2020-04-29 20:49:02 +08:00
snowie2000
89e2a4c2eb removed unnecessary host fetch in revereproxy.Director 2020-04-15 11:08:05 +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
cnlh
8dabf5af1d fix:#433 2020-03-03 14:33:32 +08:00
cnlh
05c27b9365 fix:udp buf 2020-02-17 02:30:34 +08:00
cnlh
26f48aa7f1 close client connection when tcp lost connection in socks5 2020-02-16 20:42:36 +08:00
cnlh
f7412501e7 Merge branch 'dev' of https://github.com/cnlh/nps into dev 2020-01-16 15:17:45 +08:00
cnlh
5bf52e9e24 fixes #367 2020-01-16 15:17:21 +08:00
cnlh
b5a0daa69d close tunnel when finish udp data 2020-01-15 22:32:41 +08:00
cnlh
13d90df9ef merge 2020-01-15 21:59:33 +08:00
cnlh
f72e3565e5 fixes #370 #368 2020-01-15 21:58:31 +08:00
cnlh
0af9943540 fixes #353 2020-01-13 18:31:03 +08:00
ffdfgdfg
6c7ac59626 change package path 2020-01-08 21:57:14 +08:00
刘河
90e78bf413 add web https 2019-12-14 17:39:46 +08:00
刘河
627ea612e6 fix nil pointer 2019-12-04 04:04:05 +08:00
刘河
08f7c1844a fix udp nil && add version display on web 2019-12-04 01:28:26 +08:00
刘河
f1cb45146f update socks5 udp 2019-12-03 00:46:30 +08:00
unknown
2e5b1bd1e3 remove tcp keep-alive and update socks5 udp 2019-12-02 14:27:50 +08:00
刘河
91c1ffc6ce adjust external ip 2019-12-02 02:15:13 +08:00
刘河
927038fd4c socks5 udp support 2019-12-02 01:47:22 +08:00
ffdfgdfg
9abe5874b7
Merge branch 'dev' into new_dev 2019-12-01 22:41:59 +08:00
ffdfgdfg
fadfc24e52
Merge pull request #276 from cnlh/dev
Dev 0.24.0 merge
2019-11-28 20:19:14 +08:00
ffdfgdfg
0de2c95934 Merge remote-tracking branch 'remotes/origin/master' into mux_test
# Conflicts:
#	lib/common/util.go
#	lib/conn/conn.go
#	lib/conn/snappy.go
#	lib/mux/conn.go
#	lib/mux/mux.go
#	lib/mux/mux_test.go
#	lib/mux/queue.go
#	lib/pool/pool.go
#	server/proxy/p2p.go
#	server/proxy/udp.go
2019-09-24 21:57:40 +08:00
zhangwei
11d185ad59 new feature multi user auth with socks5 2019-09-12 22:54:53 +08:00
zhangwei
a05995fba5 new feature multi user auth with socks5 2019-09-12 08:22:12 +08:00
zhangwei
fce53fa308 new feature multi user auth with socks5 2019-09-10 23:14:05 +08:00
ffdfgdfg
bb2cffe10a Change pool, change mux connection close ,change copy buffer 2019-08-30 20:05:09 +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
刘河
144f102935 Http handle change 2019-05-25 19:40:01 +08:00
涵曦
383dbd1b7b 增加 web_base_url 配置, 用于配置 web 后台可置于代理子路径下 2019-05-11 06:46:50 +00:00
刘河
41317a4ef9 transport 2019-04-21 23:30:05 +08:00
刘河
2912246572 Transport 2019-04-21 23:16:13 +08:00
刘河
f6c596f318 P2p、install、log package 2019-04-21 23:03:58 +08:00
刘河
4a7a0a7b75 Https error 2019-04-17 14:17:59 +08:00
刘河
c01c61fc6b http trunk bug 2019-04-12 17:40:27 +08:00
刘河
3cb104cd1b http connection 2019-04-12 05:39:59 +08:00
刘河
60c8b0c7bf Xss 2019-04-10 20:54:51 +08:00
刘河
7ea9001aa4 cache 2019-04-08 18:02:54 +08:00
刘河
824b12a2f8 Modular 、Functional enhancement 2019-04-08 17:01:08 +08:00
刘河
dd65e32fb5 Https defaule support 2019-04-01 23:54:03 +08:00
刘河
b1b91b0c53 Https send error bug 2019-04-01 13:25:12 +08:00
刘河
5bbf247863 Optimizing compatibility 2019-03-30 16:35:43 +08:00
刘河
2b841adb1b Multiple HTTPS certificate support 2019-03-30 12:03:17 +08:00
刘河
5fd335f330 Db file change 2019-03-29 15:21:30 +08:00
刘河
cc6d053b6d Code optimization 2019-03-29 10:41:57 +08:00
刘河
42a73fa392 public key bug and multiuser enhancement and server ip support and config file of client optimization 2019-03-26 23:34:55 +08:00
刘河
7edc65cfde http proxy bug 2019-03-26 14:28:43 +08:00
刘河
a0e599d96a Https crypt bug 2019-03-25 18:39:31 +08:00