8000 GitHub - jeffy2009/hev-socks5-tproxy: A simple, lightweight socks5 transparent proxy for Linux
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A simple, lightweight socks5 transparent proxy for Linux

Notifications You must be signed in to change notification settings

jeffy2009/hev-socks5-tproxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
nkd-build

Authors

License

LGPL

About

A simple, lightweight socks5 transparent proxy for Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.3%
  • Makefile 8.4%
  • C++ 1.3%
0