ForgetSky / hev-socks5-tproxy

A simple, lightweight socks5 transparent proxy for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HevSocks5Tproxy

HevSocks5Tproxy is a simple, lightweight transparent proxy for Linux.

Features

  • Redirect TCP connections.
  • Redirect DNS queries.

How to Build

Linux:

git clone git://github.com/heiher/hev-socks5-tproxy
cd hev-socks5-tproxy
git submodule init
git submodule update
make

Android:

mkdir hev-socks5-tproxy
cd hev-socks5-tproxy
git clone git://github.com/heiher/hev-socks5-tproxy jni
cd jni
git submodule init
git submodule update
ndk-build

Authors

License

LGPL

About

A simple, lightweight socks5 transparent proxy for Linux


Languages

Language:C 90.8%Language:Makefile 9.2%