VPN-invisible transparent proxy for rooted Android. No VPN, no TUN, no icon — uses tproxy+iptables at kernel level. Components: - Magisk module: shell scripts + Go daemon (privd/privctl) - Android APK: Kotlin + Jetpack Compose controller (no INTERNET permission) - CI/CD: GitHub Actions auto-build + release Architecture verified against RKNHardering → NOT_DETECTED. Based on 31 research agents + 10 security audits + 10 verification passes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
24 lines
221 B
Text
24 lines
221 B
Text
# Build output
|
|
out/
|
|
module/binaries/
|
|
|
|
# Android
|
|
app/.gradle/
|
|
app/build/
|
|
app/app/build/
|
|
app/local.properties
|
|
*.apk
|
|
|
|
# Go
|
|
daemon/privd
|
|
daemon/privctl
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.Zone.Identifier
|