Total Pageviews

Wednesday, 8 June 2022

trojan-cpp


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
from https://github.com/sky-bro/trojan-cpp

No comments:

Post a Comment