go-tun2socks-mobile

Build Status

Demo for building and using go-tun2socks on iOS and Android.

If you're looking for an easy to use tun2socks implementation for iOS, you might be interested in leaf and ileaf. leaf implements tun2socks and it's written in Rust, with significantly less memory usage and significantly better performance compares to the Go version.

Prerequisites

Build

go get -d ./...

# Build an AAR
make android

# Build a Framework
make ios

# Both
make