A simple, lightweight socks5 transparent proxy for Linux. (IPv4/IPv6/TCP/UDP)
conf | ||
src | ||
third-part | ||
.clang-format | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
Android.mk | ||
Application.mk | ||
build.mk | ||
Makefile | ||
README.md |
HevSocks5Tproxy
HevSocks5Tproxy is a simple, lightweight transparent proxy for Linux.
Features
- Redirect TCP connections.
- Redirect DNS queries. (see server)
- IPv4/IPv6. (dual stack)
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
- Heiher - https://hev.cc
License
LGPL