Total Pageviews

Sunday, 3 January 2016

BurstLink(可以用来翻墙?)


A fake multiple connection proxy based on Twisted

NOTE

  1. This is a beta version and may have bugs
  2. Currently NOT support encrypt transfer 

Installation

Client

Windows

  1. Install python 2.7
  2. Install Twisted and zope
  3. Download from this
Note: suggest install iocp support

Linux

Same as server

Server

Debian/Ubuntu:

# apt-get install python-pip
# pip install twisted

CentOS:

# yum install python-setuptools
# easy_install pip
# pip install twisted

Configuration

Edit config.py

Usage

Server:
python server.py
Client:
python local.py
Or (for windows double click it)
If your system use Python3 by default(eg: Arch Linux)
python2 local.py
from https://github.com/mengskysama/BurstLink