提交 9990da01 编写于 作者: xengine-qyt's avatar xengine-qyt

update:readme and configure

上级 2805ea7c
XEngine_ProxyServer V1.5.0.1001
优化:优化服务器性能和线程个数
修改:tunnel和socks代理客户端使用了新的客户端函数
修正:客户端关闭没有释放资源
修正:关闭服务器崩溃
improved:server performance and thread number
modify:tunnel and socks proxy clients used to new client functions
fixed:client close does not free res
fixed:close server is crashed
======================================================================================
XEngine_ProxyServer V1.4.0.1001
更新:匹配XEngine 7.43版本
......
......@@ -20,6 +20,7 @@ this software support following features
6. encrypt Communication(planning)
7. load balanc(planning)
8. custom cert proxy protocol(planning)
9. multilevel proxy(planning)
## install
......@@ -71,8 +72,8 @@ make FLAGS=CleanAll clear
You can refer to the document under the docment directory. It contains API protocol and service description.
## Test Server Address
Address:app.xyry.org or 159.75.200.173
Port:Socks5 5400,HTTP Tunnel 5401
Address:app.xyry.org
Port:Socks5 5400,HTTP Tunnel 5401,Forward 5402
## Participate in contribution
......
......@@ -20,6 +20,7 @@ c c++ Socks5 Proxy Service,HTTP Tunnel Proxy Service,tcp forward service
6. 加密通信(planning)
7. 负载均衡(planning)
8. 自定义证书代理协议(planning)
9. 多级代理(planning)
## 安装教程
......@@ -71,8 +72,8 @@ make FLAGS=CleanAll 清理编译
你可以参考docment目录下的文档.里面包含了API协议和服务说明.
## 测试服务器
地址:app.xyry.org 或者 159.75.200.173
端口:Socks5 5400,HTTP Tunnel 5401
地址:app.xyry.org
端口:Socks5 5400,HTTP Tunnel 5401,Forward 5402
## 参与贡献
......@@ -82,7 +83,8 @@ make FLAGS=CleanAll 清理编译
4. 新建 Pull Request
## 开发计划
使用线程池转发数据而不是一对一的线程
透传代理
转发代理支持权限和确认
## 关注我们
如果你觉得这个软件对你有帮助,请你给我们一个START吧
......
......@@ -7,8 +7,8 @@
"XMax": {
"nMaxClient": 10000,
"nMaxQueue": 10000,
"nIOThread": 1,
"nForwardThread": 1
"nIOThread": 4,
"nForwardThread": 4
},
"XTime": {
"nTimeCheck": 3,
......@@ -27,6 +27,7 @@
"tszAuthFile": "./XEngine_Config/UserList.txt"
},
"XVer": [
"1.5.0.1001 Build20230202",
"1.4.0.1001 Build20221111",
"1.3.1.1001 Build20220804",
"1.3.0.1001 Build20220617",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册