File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 7
7
3 . 对于不同倍率的节点做了区分,倍率低于 3 的自动加入到测试列表,倍率高于 2 的可以自己选择
8
8
9
9
# 配置文件
10
- config.json
10
+ config-template.json 仅仅用作举例,自己的配置需要重命名为 config .json
11
11
12
12
## 举例
13
+ config.json
13
14
``` json
14
15
{
15
16
"rule_url" : " https://raw.githubusercontent.com/Hackl0us/SS-Rule-Snippet/master/LAZY_RULES/clash.yaml" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "rule_url" : " https://raw.githubusercontent.com/Hackl0us/SS-Rule-Snippet/master/LAZY_RULES/clash.yaml" ,
3
+ "url" : " https://www.cordcord.xyz/link/xxxx?mu=0" ,
4
+ "append_name" : [
5
+ " vmessBDW"
6
+ ],
7
+ "china_city_list" : [
8
+ " 上海" ,
9
+ " 徐州" ,
10
+ " 深圳" ,
11
+ " 北京"
12
+ ],
13
+ "input_name" : " xxxx.yaml" ,
14
+ "output_name" : " xxxx.yaml" ,
15
+ "upload_key" : " CordCloud/xxxx.yaml" ,
16
+ "cos_bucket" : " public-xxxx" ,
17
+ "cos_secret_id" : " xxxx" ,
18
+ "cos_secret_key" : " xxxx" ,
19
+ "cos_region" : " ap-xxxx"
20
+ }
You can’t perform that action at this time.
0 commit comments