box_for_magisk
box_for_magisk copied to clipboard
Transparent Proxy for Android(root)
Clash Meta配置: https://github.com/Nep-Timeline/Clash-Rule-Set/blob/main/Configs/ClashMeta_Linux.yaml
1.clash并不能做到很好的分流,特别是路由为direct时,dns设置很难受,很难给direct的dns发送到自定义dns,如果加入mosdns代替底层dns,也许有更好的使用。 2.当使用mosdns作为sing-box的any_dns时,可以更好的避免逻辑错误和出站设置
clash配置中的规则文件都可以下载启用,不知道为什么singbox不下载直接跳过启动。 类似于下面这种规则不下载 "type": "remote", "tag": "geosite-youtube", "format": "binary", "url": "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@sing/geo/geosite/youtube.srs", "download_detour": "direct"
遵循用户配置
当用户将settings.ini中的tproxy_port/redir_port项置空时,不应在代理配置中写入该项;其次,不应检查settings.ini中未包含的内容,比如dashboard,因为有些用户不使用dashboard
[1]# Set cgroup to limit memory usage cgroup_memcg="false" memcg_limit="25M" **该设置报错** /data/adb/box/scripts/box.tool[707]: can't create /sys/fs/cgroup/clash/memory.limit_in_bytes: Permission denied [2]# Set cgroup to cpuset usage cgroup_cpuset="true" # 0f=0-3 / f0=4-7 / ff=0-7, recommended...
We can't force people to download kernels when they already have it.
Some users are really blind and yelling about errors on deprecated function, so we add a yq command to correct their config.
已经下载了核心,写入了订阅链接,还是run不起来,有无教程啊