forked from Toperlock/sing-box-subscribe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproviders.json
More file actions
31 lines (31 loc) · 743 Bytes
/
providers.json
File metadata and controls
31 lines (31 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"subscribes":[
{
"url": "URL",
"tag": "tag_1",
"enabled": true,
"emoji": 1,
"subgroup": "",
"prefix": "",
"User-Agent":"v2rayng"
},
{
"url": "URL",
"tag": "tag_2",
"enabled": false,
"emoji": 0,
"subgroup": "命名/named",
"prefix": "❤️",
"User-Agent":"clashmeta"
}
],
"auto_set_outbounds_dns":{
"proxy": "",
"direct": ""
},
"save_config_path": "./config.json",
"auto_backup": false,
"exclude_protocol":"ssr",
"config_template": "",
"Only-nodes": false
}