Skip to content

Commit e317a75

Browse files
committed
docs: refresh MagicNet mirror documentation
1 parent 876cf76 commit e317a75

2 files changed

Lines changed: 27 additions & 6 deletions

File tree

README.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# MagicNet
22

3-
MagicNet 是一个 Android root 网络模块,核心方向是实验性 eBPF 和内核级透明代理,在应用层之下接管设备流量
3+
MagicNet 是一个 Android root 网络治理模块,用于在设备侧统一接管和管理流量
44

5-
本仓库只是 KernelSU Modules Repo 分发仓库。完整源码、文档、issue 和开发记录请看主仓库
5+
本仓库只是 KernelSU Modules Repo 分发镜像,不维护完整文档和源码。功能说明、更新日志、问题反馈和开发记录请看主仓库
66

77
<https://github.com/LIghtJUNction/MagicNet>
88

99
## 安装
1010

11-
从本仓库 [Release 页面](https://github.com/KernelSU-Modules-Repo/MagicNet/releases)下载最新 `MagicNet.zip`,在 KernelSU、APatch 或 Magisk 中安装并重启。
11+
从本仓库 [Release 页面](https://github.com/KernelSU-Modules-Repo/MagicNet/releases) 下载 `MagicNet.zip`,在 KernelSU、APatch 或 Magisk 中安装并重启。
1212

1313
```bash
1414
kam -S MagicNet
@@ -21,7 +21,28 @@ kam install MagicNet.zip
2121
kam install LIghtJUNction/MagicNet
2222
```
2323

24-
## 主仓库
24+
## 能做什么
2525

26-
- README:<https://github.com/LIghtJUNction/MagicNet/blob/main/README.md>
26+
MagicNet 当前主线包括:
27+
28+
- `magicnet0` TUN 透明流量治理
29+
- sing-box / mihomo 配置与运行管理
30+
- WebUI、CLI 和 MCP 诊断入口
31+
- 分应用规则、热点共享处理、VPN 共存辅助
32+
- eBPF 路径检测与可用时启用,TUN 作为稳定兜底
33+
34+
更完整的使用方式以主仓库文档为准。
35+
36+
## 重要提示
37+
38+
- 不内置、分发或承诺任何第三方连通性资源。
39+
- 请只导入合法、合规、自有的节点或配置。
40+
- 如需排查 DNS 泄露,请先关闭 Android 系统的 Private DNS / 私人 DNS。
41+
- 本镜像仓库的 release 可能受同步任务影响;主仓库始终是源码和文档的准确信息来源。
42+
43+
## 链接
44+
45+
- 主仓库:<https://github.com/LIghtJUNction/MagicNet>
46+
- 完整 README:<https://github.com/LIghtJUNction/MagicNet/blob/main/README.md>
2747
- 更新日志:<https://github.com/LIghtJUNction/MagicNet/blob/main/CHANGELOG.md>
48+
- 问题反馈:<https://github.com/LIghtJUNction/MagicNet/issues>

module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
],
88
"metamodule": false,
99
"sourceUrl": "https://github.com/LIghtJUNction/MagicNet",
10-
"summary": "Experimental Android root module for eBPF-based kernel-level transparent proxying. See the main MagicNet repository for full documentation."
10+
"summary": "Android root traffic-governance module with magicnet0 TUN, sing-box/mihomo management, WebUI, CLI, MCP diagnostics, hotspot handling, VPN coexistence helpers, and eBPF detection with TUN fallback."
1111
}

0 commit comments

Comments
 (0)