mirror of
https://github.com/okhsunrog/vpnhide.git
synced 2026-04-28 14:44:43 +00:00
Single VERSION file in repo root as the source of truth. The script update-version.sh propagates it to all 5 locations: kmod module.prop, zygisk module.prop, zygisk Cargo.toml, lsposed build.gradle.kts, test-app build.gradle.kts. versionCode = major*10000 + minor*100 + patch.
6 lines
247 B
Text
6 lines
247 B
Text
id=vpnhide_kmod
|
|
name=VPN Hide (kernel)
|
|
version=v0.4.0
|
|
versionCode=400
|
|
author=okhsunrog
|
|
description=Hides VPN interfaces from selected apps at the kernel level via kretprobe. Invisible to anti-tamper SDKs. Manage targets via VPN Hide app or WebUI.
|