KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
go-v2ray-tun2socks-ios
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Jitsi-JWT-Moderator
:
A simple script for fast config Jitsi with JWT auth and moderator control.
RE2-Reloaded
:
Resident Evil 2 texture pack for GLideN64
vuefer
:
Vue3 styled like Flutter with Tailwind CSS
Azure_RTOS_Gigadevice
:
Azure RTOS for Gigadevice
mgt-notes
:
Various notes on team management (for personal use)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
go-v2ray-tun2socks-ios
?
Download (.md)
# go-tun2socks-mobile [](https://travis-ci.com/eycorsican/go-tun2socks-mobile) 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`](https://github.com/eycorsican/leaf) and [`ileaf`](https://github.com/eycorsican/ileaf). > `leaf` [implements `tun2socks`](https://github.com/eycorsican/leaf/tree/master/leaf/src/proxy/tun/netstack) and it's written in Rust, with significantly less memory usage and significantly better performance compares to the Go version. ## Prerequisites - macOS (iOS) - Xcode (iOS) - SDK (Android) - NDK (Android) - make - Go >= 1.11 - A C compiler (e.g.: clang, gcc) - gomobile (https://github.com/golang/go/wiki/Mobile) - Other common utilities (e.g.: git) ## Build ```bash go get -d ./... # Build an AAR make android # Build a Framework make ios # Both make ```