https 、客户端与服务端连接优化

This commit is contained in:
刘河
2019-02-01 02:06:30 +08:00
parent 717028e5f1
commit eccc221e67
32 changed files with 1106 additions and 1140 deletions

View File

@@ -9,11 +9,20 @@ runmode = dev
#web管理密码
password=123
#http监听端口
hostPort=80
##客户端与服务端通信端口
tcpport=8284
#web api免验证IP地址
authip=127.0.0.1
##http代理端口
httpProxyPort=80
##https代理端口
httpsProxyPort=443
##certFile绝对路径
pemPath=/etc/nginx/certificate.crt
##keyFile绝对路径
keyPath=/etc/nginx/private.key

View File

@@ -1 +1 @@
1,wuz1nozs9dhtxic6,,true,,,0,0,,0,1
1,wajajb6bl086s2aq,111,true,1,2,1,,20000,1000
1 1 wuz1nozs9dhtxic6 wajajb6bl086s2aq 111 true 1 2 0 1 0 20000 0 1000

View File

@@ -1 +1 @@
a.o.com,127.0.0.1:8082,1,Connection:close,,
a.o.com,127.0.0.1:8082,1,,www.baidu.com,测试
1 a.o.com 127.0.0.1:8082 1 Connection:close www.baidu.com 测试

View File

@@ -1 +1,4 @@
9001,tunnelServer,127.0.0.1:8082,,,,1,0,0,0,0,1,1,true,
9002,tunnelServer,127.0.0.1:8082,2,2,,1,1,0,0,1,1,false,123
53,udpServer,114.114.114.114:53,,,,1,0,0,0,2,1,true,udp测试
9003,httpProxyServer,,,,,1,0,0,0,3,1,false,
8024,socks5Server,,,,,1,0,0,0,4,1,true,
1 9001 9002 tunnelServer 127.0.0.1:8082 2 2 1 1 0 0 0 0 1 1 false true 123
2 53 udpServer 114.114.114.114:53 1 0 0 0 2 1 true udp测试
3 9003 httpProxyServer 1 0 0 0 3 1 false
4 8024 socks5Server 1 0 0 0 4 1 true