Skip to content

Commit

Permalink
Update v4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
CHIZI-0618 committed Jul 13, 2024
1 parent 8e76b38 commit 3736c57
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

## 配置

- 各核心工作在 `/data/adb/box/核心名字` 目录,核心名字由 `/data/adb/box/scripts/box.config` 文件中 `bin_name` 定义,有效值只有 `clash``mihomo``xray``v2ray``sing-box``bin_name` **决定模块启用的核心**
- 各核心工作在 `/data/adb/box/核心名字` 目录,核心名字由 `/data/adb/box/scripts/box.config` 文件中 `bin_name` 定义,有效值只有 `clash``mihomo``sing-box``xray``v2ray``hysteria``bin_name` **决定模块启用的核心**
- 各核心配置文件需用户自定义,模块脚本会检查配置合法性,检查结果存储在 `/data/adb/box/run/check.log` 文件中
- 提示:`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/)

Expand Down Expand Up @@ -132,9 +132,9 @@

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

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

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

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

Expand Down
6 changes: 3 additions & 3 deletions box4.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v4.8",
"versionCode": 2024042722,
"zipUrl": "https://github.com/CHIZI-0618/box4magisk/releases/download/v4.8/box4_v4.8.zip",
"version": "v4.9",
"versionCode": 2024071313,
"zipUrl": "https://github.com/CHIZI-0618/box4magisk/releases/download/v4.9/box4_v4.9.zip",
"changelog": "https://raw.githubusercontent.com/CHIZI-0618/box4magisk/main/changelog.md"
}
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## box4magisk 更新日志

### v4.9
- 添加 APatch 支持(实验性)
- 添加 Hysteria 核心支持
- 添加 mihomo 独立于 clash 支持
- 修复透明代理开机无网络
- 修复部分核心 Tun 模式下的热点分享
- 撤销本机公网透明代理防回环

### v4.8
- 修复 APP 不存在时 UID 计算错误
- 修复 fakeip ICMP
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=box4
name=box4magisk
version=v4.8
versionCode=2024042722
version=v4.9
versionCode=2024071313
author=CHIZI-0618
description=Use sing-box, clash, v2ray, xray tunnel proxy on Android devices.
updateJson=https://raw.githubusercontent.com/CHIZI-0618/box4magisk/main/box4.json

0 comments on commit 3736c57

Please sign in to comment.