we have a development and a master branch. If you want to use it, please use the code under the master branch
As long as the repository is not in suspended state, we will maintain and develop it all the time, please use it with confidence
c c++ SOCKS5代理服务,HTTP Tunnel隧道代理服务,tcp转发控制服务,负载均衡服务
c c++ Socks5 Proxy Service,HTTP Tunnel Proxy Service,tcp forward control service,load balance forward service
the compiled release version will only be released on github.
the software developed based on xengine,using c/c++ development
This software is a standard proxy server that supports Socks5 and HTTP tunnel proxy
this software support following features
- SOCKS5 proxy
- Tunnel proxy
- TCP forward control
- operator log
- encrypt Communication(planning)
- load balance
- custom cert proxy protocol(planning)
- multilevel proxy(planning)
- HTTP api management
you must install XEngine,need V9.x or above,install XEngine can be refer to xengine Readme docment
GITEE:https://gitee.com/libxengine/libxengine
GITHUB:https://github.com/libxengine/libxengine
git clone https://gitee.com/libxengine/libxengine.git or git clone https://github.com/libxengine/libxengine.git
window Exection XEngine_WINEnv.bat
Linux Exection:sudo ./XEngine_LINEnv.sh -i 3
Macos Exection:./XEngine_LINEnv.sh -i 3
Due to the dependent sub-modules, after you checkout the resprepository, execute the following command in the resprepository directory to pull the sub-modules
git submodule init
git submodule update
use vs open and compile,suport windows 7sp1 and above
Just Run it
use makefile compile,UBUNTU22.04 x64 or RockyLinux9 x64
Run it on the terminal
execute command in XEngine_Source path
make complie
make FLAGS=InstallAll install
make FLAGS=CleanAll clear
use makefile compile,mac 12 and above
Run it on the terminal
Refer to Linux
- Switch to the MASTER branch
- download code
- complie
- install
- run
- run example code
- XEngine_Docment docment directory
- XEngine_Release install directory
- XEngine_Source code directory
- XEngine_Apps Client code directory
You can refer to the document under the docment directory. It contains API protocol and service description.
Address:app.libxengine.com
Port:Socks5 5400,HTTP Tunnel 5401,Forward 5402
- Fork this code
- Create new Feat_xxx branch
- Submit the code
- New Pull Request
If you think this software is helpful to you, please give us a START
if you have eny quest.post issues...