You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove token auth, use mTLS-only, stop using /data/local/tmp
- Remove TokenAuth and NoAuth (only ACLAuth with mTLS remains)
- Remove --token flag from jnicli
- Change all file paths from /data/local/tmp/ to /data/adb/jniservice/
- Magisk module stores config/logs/data in its own module directory
- JNIService.java uses System.loadLibrary instead of hardcoded path
- Default listen address is 127.0.0.1
- Update README to show on-device usage as primary
0 commit comments