Skip to content

Commit cf882dc

Browse files
authored
Update README.md
format readme
1 parent 49d1440 commit cf882dc

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# SingBox for Magisk
22

3-
使用方式:
3+
**使用方式**
4+
45
sing-box 配置文件 config.json 放在 `/data/adb/singbox/` 目录, 重启手机模块生效
56

6-
黑白名单(可使用 `#` 注释包名):
7-
`/data/adb/singbox/include.list` 文件中的应用包名走代理
8-
`/data/adb/singbox/exclude.list` 文件中的应用包名不走代理
7+
8+
9+
**黑白名单**
10+
11+
- `/data/adb/singbox/include.list` 文件中的应用包名走代理
12+
13+
- `/data/adb/singbox/exclude.list` 文件中的应用包名不走代理
914

1015
`exclude.list` 优先级高于 `include.list`:
16+
1117
如果一个应用的包名同时出现在 `exclude.list``include.list` 中,这个应用不走代理。

0 commit comments

Comments
 (0)