Skip to content

Commit 3736c57

Browse files
committed
Update v4.9
1 parent 8e76b38 commit 3736c57

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
## 配置
2828

29-
- 各核心工作在 `/data/adb/box/核心名字` 目录,核心名字由 `/data/adb/box/scripts/box.config` 文件中 `bin_name` 定义,有效值只有 `clash``mihomo``xray``v2ray``sing-box``bin_name` **决定模块启用的核心**
29+
- 各核心工作在 `/data/adb/box/核心名字` 目录,核心名字由 `/data/adb/box/scripts/box.config` 文件中 `bin_name` 定义,有效值只有 `clash``mihomo``sing-box``xray``v2ray``hysteria``bin_name` **决定模块启用的核心**
3030
- 各核心配置文件需用户自定义,模块脚本会检查配置合法性,检查结果存储在 `/data/adb/box/run/check.log` 文件中
3131
- 提示:`mihomo``sing-box` 核心自带默认配置已做好配合透明代理脚本工作的准备。建议编辑 `proxy-providers``outbounds` 部分来添加您的代理服务器,进阶配置请参考相应官方文档。地址:[clash 文档](https://github.com/Dreamacro/clash/wiki/configuration)[mihomo 文档](https://wiki.metacubex.one)[sing-box 文档](https://sing-box.sagernet.org/)[v2ray 文档](https://www.v2fly.org/)[xray 文档](https://xtls.github.io/)[Hysteria 文档](https://v2.hysteria.network/)
3232

@@ -132,9 +132,9 @@
132132

133133
- 修改各核心配置文件时请保证相关配置与 `/data/adb/box/scripts/box.config` 文件中的定义一致
134134

135-
- ~~Box 服务可使用 [yq](https://github.com/mikefarah/yq) [修改用户配置](box/scripts/box.service#L14-L18)~~
135+
- ~~Box 服务可使用 [yq](https://github.com/mikefarah/yq) [修改用户配置](box/scripts/box.service#L13-L17)~~
136136

137-
- Box 服务初次启动时(或使用 box.tproxy renew 命令)会将本机 IP 加入绕过列表防止流量环路,但仍建议如本机存在**公网 IP** 地址请将 IP 添加至 `/data/adb/box/scripts/box.config` 文件中的 `intranet` 数组中
137+
- Box 服务初次启动时(或使用 box.tproxy renew 命令)会将本机 IP 加入绕过列表防止流量环路,但仍建议如本机存在**公网 IP** 地址请将 IP 添加至 `/data/adb/box/scripts/box.config` 文件中的 `intranet` 数组中,或许可尝试 [取消此三行注释](box/scripts/box.tproxy#L187-L189)
138138

139139
- Box 服务的日志在 `/data/adb/box/run` 目录
140140

box4.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v4.8",
3-
"versionCode": 2024042722,
4-
"zipUrl": "https://github.com/CHIZI-0618/box4magisk/releases/download/v4.8/box4_v4.8.zip",
2+
"version": "v4.9",
3+
"versionCode": 2024071313,
4+
"zipUrl": "https://github.com/CHIZI-0618/box4magisk/releases/download/v4.9/box4_v4.9.zip",
55
"changelog": "https://raw.githubusercontent.com/CHIZI-0618/box4magisk/main/changelog.md"
66
}

changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## box4magisk 更新日志
22

3+
### v4.9
4+
- 添加 APatch 支持(实验性)
5+
- 添加 Hysteria 核心支持
6+
- 添加 mihomo 独立于 clash 支持
7+
- 修复透明代理开机无网络
8+
- 修复部分核心 Tun 模式下的热点分享
9+
- 撤销本机公网透明代理防回环
10+
311
### v4.8
412
- 修复 APP 不存在时 UID 计算错误
513
- 修复 fakeip ICMP

module.prop

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=box4
22
name=box4magisk
3-
version=v4.8
4-
versionCode=2024042722
3+
version=v4.9
4+
versionCode=2024071313
55
author=CHIZI-0618
66
description=Use sing-box, clash, v2ray, xray tunnel proxy on Android devices.
77
updateJson=https://raw.githubusercontent.com/CHIZI-0618/box4magisk/main/box4.json

0 commit comments

Comments
 (0)