Skip to content

Commit e42e898

Browse files
author
jacob.zb
committed
add template json config
1 parent d9eedfb commit e42e898

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
3. 对于不同倍率的节点做了区分,倍率低于 3 的自动加入到测试列表,倍率高于 2 的可以自己选择
88

99
# 配置文件
10-
config.json
10+
config-template.json 仅仅用作举例,自己的配置需要重命名为 config.json
1111

1212
## 举例
13+
config.json
1314
```json
1415
{
1516
"rule_url": "https://raw.githubusercontent.com/Hackl0us/SS-Rule-Snippet/master/LAZY_RULES/clash.yaml",

config-template.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
}

0 commit comments

Comments
 (0)