如果你是ksu/apu+mihomo组合: MagicNet
副规则集合来源每天12:00更新
主要ruleset来源每天6:30更新
Geo数据库来源每天2:00更新
DIY规则在我右上角的DIY规则库里,正在施工中..............
运行action即可及时更新规则
0.1.5 --- 修改ksu内置网页为yacd 以及同步上游更新
0.1.4 --- 同步上游更新
... --- 初始化版本
刷入模块,选择否即可 否则考虑到国内网络环境,大概率下载失败--目前仅针对mihomo内核适配
其他设置 进入yacd网站设置
查询我的公众号:lightjunction 获取提示 -- -- 新项目!公众号接入ai实现ai 全程免费
short.weixin.qq.com
dns.weixin.qq.com.cn
long.weixin.qq.com
这三个走代理即可让微信走fcm推送
每次打开手机Gemini语音助手显示你当前地区不支持,让我很烦,官方配置功能又不能满足我的要求。于是我花了一下午开始自己编写,顺便发布出来给有相同需求的人使用,如果你还有什么好点子欢迎提出。规则来自另一个项目
经过我的测试catgpt手机版会检测以下
- 1.手机是否开启vpn软件----有两种方法,使用lsp模块hook掉chatgpt,屏蔽其对vpn的检测----二,使用本模块开启tun模式,tun模式更底层,chatgpt包括银行类软件不会检测
- 2.手机的dns泄露情况,这里解决方案就是修改配置,注意!请使用点击我检测DNS泄露情况网站检测里面出现的国家是否为同一个国家,如果不是,请去yacd网站-可以从ksu的内置网页打开--修改代理组--确保一致且非国内即可
BFM_config-/
├── box/
│ ├── clash/
│ │ ├── config.yaml
│ │ ├── ui/
│ │ │ └── assets/
│ │ │ └── index-DACeLBg-.js
│ ├── settings.ini
│ ├── scripts/
│ │ └── customize.sh
├── README.md
└── Don'tReadme.yaml 这是一个config示例
BOX_FOR_ROOT -- 上游项目
以及以下的规则集
副规则集合来源每天12:00更新
主要ruleset来源每天6:30更新
Geo数据库来源每天2:00更新
BFR Manager Download optional
note: notifications will appear continuously, to fix this open Magisk Manager, Click SuperUser, search BoxForRoot, disable logs and notifications
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
The following core services are collectively referred to as BFR
BFR 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:
# 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