v0.3.0: Fix daemon, in-module WebUI only, remove standalone server
Daemon fixes: - Fixed MODDIR detection (removed readlink -f, use directory probe) - Removed all 'local' keyword usage (Android sh compatibility) - Removed duplicate network blocklist install - Removed reference to deleted webui.sh - Default log level now INFO (was WARN, hiding startup messages) WebUI: - Removed standalone webui.sh HTTP server - WebUI is now in-module only (webroot/index.html via KernelSU manager) - Uses ksu.exec() API — no server process needed - Tap module card in KernelSU to open dashboard Cleanup: - Removed stealth.sh - Removed WEBUI_ENABLED/WEBUI_PORT config (not needed for in-module) - Removed webui CLI command - Bumped to v0.3.0
This commit is contained in:
@@ -60,7 +60,7 @@ body{font-family:'SF Mono','Cascadia Code','Fira Code',monospace;background:var(
|
||||
<div class="hdr">
|
||||
<h1>VIGIL</h1>
|
||||
<div class="sub">Anti-Surveillance Shield by Setec Labs</div>
|
||||
<div class="ver">v0.2.0</div>
|
||||
<div class="ver">v0.3.0</div>
|
||||
</div>
|
||||
<div class="sb">
|
||||
<div class="sc"><span class="sd" id="dd"></span><span id="dt">Checking...</span></div>
|
||||
|
||||
Reference in New Issue
Block a user