v2ray_mobile_lib
v2ray_mobile_lib copied to clipboard
v2ray mobile library for Android/iOS
还在维护吗?
有人还在维护这个吗?主要是想打包用于flutter试试,有大佬试过吗?
I run the command `make build_ios` But I get error: ``` mkdir -p build gomobile bind -a -ldflags "-s -w" -tags ios -target=ios -o build/libv2ray.framework github.com/Tai7sy/v2ray_mobile_lib /bin/sh: gomobile: command not...
这个和https://github.com/hello-david/SwiftV2Ray编译的v2ray提供的接口差异很大啊,如调用接入呢? `package tun2socks import ( "context" "runtime" "runtime/debug" "strings" "time" "github.com/eycorsican/go-tun2socks/common/log" "github.com/eycorsican/go-tun2socks/core" "github.com/eycorsican/go-tun2socks/proxy/v2ray" vcore "v2ray.com/core" vproxyman "v2ray.com/core/app/proxyman" ) type PacketFlow interface { WritePacket(packet []byte) } func InputPacket(data []byte) { lwipStack.Write(data)...
老哥,给个接入文档把