refactor: drop WebUI and action.sh from kmod and zygisk modules

The VPN Hide app is now the sole UI for target management. WebUI was
KernelSU-Next-only and redundant since the app works on both KSU and
Magisk. Remove webroot/, action.sh, and all references across docs,
install scripts, module descriptions, and code comments.
This commit is contained in:
okhsunrog 2026-04-13 16:28:39 +03:00
parent fc21377d6e
commit 9ba7bfb127
15 changed files with 12 additions and 750 deletions

View file

@ -3,4 +3,4 @@ name=VPN Hide (Zygisk native)
version=v0.4.2
versionCode=402
author=okhsunrog
description=Hides active VPN interfaces from selected apps by inline-hooking libc ioctl via shadowhook. Covers the native detection path (Flutter, JNI, raw C/C++) that Java-level LSPosed modules can't reach. Manage targets via VPN Hide app or WebUI.
description=Hides active VPN interfaces from selected apps by inline-hooking libc ioctl via shadowhook. Covers the native detection path (Flutter, JNI, raw C/C++) that Java-level LSPosed modules can't reach. Manage targets via VPN Hide app.