Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taamarin/box_for_magisk
Transparent Proxy for Android(root)
https://github.com/taamarin/box_for_magisk
android clash magisk-module shell-scripts sing-box v2ray xray
Last synced: 26 days ago
JSON representation
Transparent Proxy for Android(root)
- Host: GitHub
- URL: https://github.com/taamarin/box_for_magisk
- Owner: taamarin
- License: gpl-3.0
- Created: 2022-11-04T18:17:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T14:54:15.000Z (about 2 months ago)
- Last Synced: 2024-09-27T09:01:20.480Z (about 1 month ago)
- Topics: android, clash, magisk-module, shell-scripts, sing-box, v2ray, xray
- Language: Shell
- Homepage:
- Size: 17.2 MB
- Stars: 1,192
- Watchers: 7
- Forks: 122
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Box for Root
[![ID](https://img.shields.io/badge/id-blue.svg?style=for-the-badge)](docs/index_id.md) [![EN](https://img.shields.io/badge/en-blue.svg?style=for-the-badge)](docs/index_en.md) [![CN](https://img.shields.io/badge/cn-blue.svg?style=for-the-badge)](docs/index_cn.md)
BOX
Transparent Proxy for Android(root)
[![android](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white)]()
[![releases](https://img.shields.io/github/downloads/taamarin/box_for_magisk/total.svg?style=for-the-badge)](https://github.com/taamarin/box_for_magisk/releases)This project is a [Magisk](https://github.com/topjohnwu/Magisk), [KernelSU](https://github.com/tiann/KernelSU), [APatch](https://github.com/bmax121/APatch) module which includes `clash`, `sing-box`, `v2ray` and `xray` proxies.
## Apk Manager
BFR Manager [Download](https://github.com/taamarin/box.manager) optional
> note: notifications will appear continuously, to fix this open Magisk Manager, Click SuperUser, search BoxForRoot, disable logs and notifications## Module Directory
MODDIR=/data/adb/box
MODLOG=/data/adb/box/run
SETTINGS=/data/adb/box/settings.ini
> notes: before editing the file **/data/adb/box/settings.ini**, make sure BFR is turned off## Manage service start / stop
The following core services are collectively referred to as BFRBFR service is auto-run after system boot up by default.
You can use Magisk/KernelSU Manager App to manage it. Starting the service may take a few seconds, stopping it may take effect immediately.> notes: if it doesn't work you can use the command:
```bash
# start
su -c /data/adb/box/scripts/box.service start && su -c /data/adb/box/scripts/box.iptables enable# stop
su -c /data/adb/box/scripts/box.iptables disable && su -c /data/adb/box/scripts/box.service stop
```## Credits
- [CHIZI-0618/box4magisk](https://github.com/CHIZI-0618/box4magisk)