go-tun2socks-mobile

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

Prerequisites

Build

go get -d ./...

# Build an AAR
make android

# Build a Framework
make ios

# Both
make