Total Pageviews

Thursday 25 January 2018

翻墙工具trojan

An unidentifiable mechanism that helps you bypass GFW.
Build Status
An unidentifiable mechanism that helps you bypass GFW.
Trojan features multiple protocols over TLS to avoid both active/passive detections and ISP QoS limitations.

Documentation

An online documentation can be found here.

Dependencies

  • CMake >= 2.8.12  (编译cmake,参见
  • Boost >= 1.54.0  (编译boost,参见http://briteming.blogspot.de/2016/08/boostsockssocksserver.html)
  • OpenSSL >= 1.0.2
from https://github.com/trojan-gfw/trojan

git clone https://github.com/trojan-gfw/trojan
cd trojan/
git checkout stable
cmake .    (在当前目录下,会生成Makefile)
make  (在当前目录下,会生成可执行文件trojan)

参见https://github.com/trojan-gfw/trojan/issues/23

你的vps里面的openssl的版本必须已经是1.0.2,这样方能顺利make,否则make会失败。如果vps自带的openssl的版本低于1.0.2,那么即使升级到1.0.2版也无济于事。

相关帖子:https://briteming.blogspot.com/2018/11/trojan.html

No comments:

Post a Comment