Skip to content

Rahspide/box-en_ru

 
 

Repository files navigation

Box for Root

🌐 Unofficial translation fork of boxproxy/box. The original project is written in Chinese. This fork provides: 🇬🇧 English — you are here (translate/en) | 🇷🇺 РусскийREADME on translate/ru


Box for Root is a transparent proxy toolbox module designed for Android root environments (Magisk / KernelSU / APatch).

This project is heavily inspired by and continues the work of:

Project Overview

This repository primarily provides:

  • Unified management of core proxy services (mihomo / sing-box / xray / v2fly / hysteria)
  • Transparent proxy rule configuration in multi-network mode (TProxy / Redirect / Tun / Mixed / Enhance)
  • Unified scripts for subscription maintenance, Geo resources, core binaries, and WebUI
  • Modular directory structure and service lifecycle management adapted to the Android Root ecosystem

Main Directory

Module working directory: /data/adb/box/

/data/adb/box/
├── bin/                # Proxy core and utility binaries
├── mihomo/             # mihomo configuration directory
├── sing-box/           # sing-box configuration directory
├── xray/               # xray configuration directory
├── v2fly/              # v2fly configuration directory
├── hysteria/           # hysteria configuration directory
├── scripts/            # Core scripts
│   ├── box.service     # Service lifecycle management
│   ├── box.iptables    # Transparent proxy rule management
│   └── box.tool        # Update and maintenance toolkit
├── run/                # Runtime state and logs
└── settings.ini        # Global configuration file

Core Scripts

  • box.service: manage start, stop, restart, status, and scheduled tasks
  • box.iptables: enable, rebuild, and clear transparent proxy rules
  • box.tool: update subscriptions, update Geo, update core, verify configuration, maintain WebUI

Documentation & Community

Acknowledgements

Thanks to the original boxproxy/box project and all contributors.

License

This project is licensed under the GPL-3.0 License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%