All Projects → xxf098 → go-tun2socks-build

xxf098 / go-tun2socks-build

Licence: GPL-3.0 license
tun2socks with v2ray & xray support for Android

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to go-tun2socks-build

geoip
🌚 🌍 🌝 GeoIP 规则文件加强版,同时支持定制 V2Ray dat 格式路由规则文件 geoip.dat 和 MaxMind mmdb 格式文件 Country.mmdb。Enhanced edition of GeoIP files for V2Ray, Xray-core, Trojan-Go, Clash and Leaf, with replaced CN IPv4 CIDR available from ipip.net, appended CIDR lists and more.
Stars: ✭ 524 (+256.46%)
Mutual labels:  v2ray, xray
plan b
swrt helloworld ShadowSocksR Plus 科学上网, api1.5
Stars: ✭ 189 (+28.57%)
Mutual labels:  v2ray, xray
Xray onekey
Xray 基于 Nginx 的 VLESS + XTLS 一键安装脚本
Stars: ✭ 7,012 (+4670.07%)
Mutual labels:  v2ray, xray
xray-node
Python 开发的基于 xray-core 的多用户代理后端,支持用户动态管理和流量统计。
Stars: ✭ 20 (-86.39%)
Mutual labels:  v2ray, xray
V2ray Rules Dat
🦄 🎃 👻 V2Ray 路由规则文件加强版,可代替 V2Ray 官方 geoip.dat 和 geosite.dat,兼容 Shadowsocks-windows、Xray-core、Trojan-Go 和 leaf。Enhanced edition of V2Ray rules dat files, compatible with Xray-core, Shadowsocks-windows, Trojan-Go and leaf.
Stars: ✭ 6,550 (+4355.78%)
Mutual labels:  v2ray, xray
Multi V2ray
v2ray/xray多用户管理部署程序
Stars: ✭ 5,382 (+3561.22%)
Mutual labels:  v2ray, xray
Proxysu
Xray,V2ray,Trojan,NaiveProxy, Trojan-Go, ShadowsocksR(SSR),Shadowsocks-libev及相关插件,MTProto+TLS 一键安装工具,windows下用(一键科学上网)
Stars: ✭ 3,309 (+2151.02%)
Mutual labels:  v2ray, xray
go-arty
Go client library for Artifactory and Xray
Stars: ✭ 26 (-82.31%)
Mutual labels:  xray
ssr-decode
一个解析Shadowsocks/ShadowsocksR/V2Ray订阅链接(http/ss/ssr/vmess)并生成json配置文件的百行shell小脚本
Stars: ✭ 53 (-63.95%)
Mutual labels:  v2ray
iran-hosted-domains
"Iran Hosted Domains" is a comprehensive list of Iranian domains and services that are hosted within the country.
Stars: ✭ 182 (+23.81%)
Mutual labels:  v2ray
TProxy
透明代理的旁路由虚拟网关
Stars: ✭ 39 (-73.47%)
Mutual labels:  xray
v2ray-deb
v2ray debian/ubuntu安装包
Stars: ✭ 143 (-2.72%)
Mutual labels:  v2ray
Aurum
A cross-platform library for manipulating v2ray written in F#. A separate frontend GUI project can be found here: https://github.com/Shadowsocks-NET/Aurum.Micro
Stars: ✭ 20 (-86.39%)
Mutual labels:  v2ray
SubCrawler
节点爬取,筛选, google ping,支持Clash,base64订阅解析,生成可用的ss, ssr, v2ray, trojan,vless节点. (若不进行二次开发,请不要fork)
Stars: ✭ 686 (+366.67%)
Mutual labels:  v2ray
mian-fan-qiang
各大机场免翻墙地址搜集,不定期更新。欢迎收藏,转发。
Stars: ✭ 361 (+145.58%)
Mutual labels:  v2ray
lung-segmentation
Lung segmentation for chest X-Ray images
Stars: ✭ 74 (-49.66%)
Mutual labels:  xray
kubexray
JFrog KubeXray scanner on Kubernetes
Stars: ✭ 22 (-85.03%)
Mutual labels:  xray
xray-heroku
No description or website provided.
Stars: ✭ 24 (-83.67%)
Mutual labels:  xray
SS-SSR-V2RAY
SS-SSR-V2RAY 订阅
Stars: ✭ 145 (-1.36%)
Mutual labels:  v2ray
R2S
基于 RubikWrt 的 NanoPi R2S 固件,每日自动更新插件和内核
Stars: ✭ 96 (-34.69%)
Mutual labels:  v2ray

go-tun2socks-build

Building and using go-tun2socks for V2Ray on Android. This library is used in shadowsocksr-v2ray-trojan-android for support V2Ray.

build

Setup

  • install go (test under version 1.18.1)
  • install gomobile and init with gomobile init -v
  • install JDK 8 (not jre)
  • Download Android SDK and NDK (test under SDK 30 and NDK r21e)

Build

export GOPROXY=https://goproxy.cn
# go
export GOPATH="/home/xxx/go"
export PATH=$PATH:/usr/local/go/bin:~/go/bin
# android
export ANDROID_HOME=/path/to/Android/Sdk
export ANDROID_NDK_HOME=/path/to/Android/android-ndk-r21d

go get -d ./...

# Build an AAR
make android
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].