Categorygithub.com/xiaokangwang/androidlibv2ray
modulepackage
0.0.0-20181127061413-cfa1f0981fa5
Repository: https://github.com/xiaokangwang/androidlibv2ray.git
Documentation: pkg.go.dev

# README

AndroidLibV2Ray

Build Status

在安卓设备上使用V2RayGo

若在使用vmess+tcp(即最基本的设置), 请按conf文件夹中的conf_vpnservice.json为模板进行修改;
若在使用ws+tls,请按照conf文件夹中的conf_ws_vpnservice.json为模板进行修改;

如果想更多的了解LibV2Ray, 请点击这里

需要自行编译请参考 这个 issue.

# Functions

CheckVersion int This func will return libv2ray binding version.
CheckVersionX string This func will return libv2ray binding version and V2Ray version used.
ClearAssetsOverride can disable an override at given @[path].
No description provided by the author
No description provided by the author
NewV2RayPoint new V2RayPoint*/.
SetAssetsOverride will define file path @[data] to provide the asset named @[path].

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
V2RayPoint V2Ray Point Server This is territory of Go, so no getter and setters! Notice: ConfigureFile can be either the path of config file or "V2Ray_internal/ConfigureFileContent" in case you wish to provide configure file with @[ConfigureFileContent] in JSON format or "V2Ray_internal/AsPbConfigureFileContent" in protobuf format.

# Interfaces

No description provided by the author
No description provided by the author
V2RayCallbacks a Callback set for V2Ray */.
No description provided by the author
V2RayVPNServiceSupportsSet To support Android VPN mode*/.