Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.73 KB

README.md

File metadata and controls

42 lines (31 loc) · 2.73 KB

YiLink

Made for My Best Xyc~❤️

image

A V2Ray client for Android, support Xray core and v2fly core

API Kotlin Version GitHub commit activity CodeFactor GitHub Releases

Release

Usage

Geoip and Geosite

  • geoip.dat and geosite.dat files are in Android/data/com.v2ray.yilink/files/assets (path may differ on some Android device)
  • download feature will get enhanced version in this repo (Note it need a working proxy)
  • latest official domain list and ip list can be imported manually
  • possible to use third party dat file in the same folder, like h2y

VPN Mode

image

Proxy only Mode

  • ✔️ One less DNS, might be faster
  • ✔️ Less processing means less battery usage, less memory usage
  • ✔️ Other apps can take system VPN
  • 🔴 Need manual configuration

Development guide

Android project under YiLink folder can be compiled directly in Android Studio, or using Gradle wrapper. But the v2ray core inside the aar is (probably) outdated.
The aar can be compiled from the Golang project AndroidLibV2rayLite or AndroidLibXrayLite. For a quick start, read guide for Go Mobile and Makefiles for Go Developers

YiLink can run on Android Emulators. For WSA, VPN permission need to be granted via appops set [package name] ACTIVATE_VPN allow