kiarsy / go-tun2socks-mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Go 34.2%Language:Shell 33.9%Language:Makefile 31.9%