Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 565 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 565 Bytes

go-tun2socks-mobile

Build Status

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