fork of trojan, experimenting with more features.
Introduction
This is a fork of trojan, written in C++, I use this to learn and experiment features that I’m interested in, like:
- [X] websocket support
- [X] socks proxy
- [ ] http proxy
- [ ] smux support
build
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DBoost_USE_STATIC_LIBS=ON ..
make
Run
I’ll write a detailed blog on setting up trojan.
GUI
I plan to build a simple qt app later (busy at the moment) with more features like:
- PAC support
- system proxy
- import/export configuration
No comments:
Post a Comment