-
Notifications
You must be signed in to change notification settings - Fork 616
/
QuanX-RuleSet-Divine-Engine.json
64 lines (64 loc) · 1.97 KB
/
QuanX-RuleSet-Divine-Engine.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"list": [
{
"enable": true,
"url": "https://gist.githubusercontent.com/Fndroid/58106962a852aa5c45bd1803b34b8651/raw/aa4649d63190a909a22e1c44fc23bfda382809dc/LAN.list",
"note": "LAN",
"policy": "DIRECT"
},
{
"enable": true,
"url": "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Apple.list",
"note": "苹果",
"policy": "Apple"
},
{
"enable": true,
"url": "https://gist.githubusercontent.com/Fndroid/58106962a852aa5c45bd1803b34b8651/raw/97d927bf19d7b61a7da0c8b305728f958f22b0eb/SYSTEM.list",
"note": "SYSTEM",
"policy": "DIRECT"
},
{
"enable": true,
"url": "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Advertising.list",
"note": "黑名单",
"policy": "REJECT"
},
{
"enable": true,
"url": "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Hijacking.list",
"note": "运营商劫持",
"policy": "REJECT"
},
{
"enable": true,
"url": "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Global.list",
"note": "代理",
"policy": "PROXY"
},
{
"enable": true,
"url": "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Telegram.list",
"note": "Telegram",
"policy": "PROXY"
},
{
"enable": true,
"url": "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/ForeignMedia.list",
"note": "国外媒体",
"policy": "PROXY"
},
{
"enable": true,
"url": "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/China.list",
"note": "国内",
"policy": "DIRECT"
},
{
"enable": true,
"url": "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/DomesticMedia.list",
"note": "国内媒体",
"policy": "DIRECT"
}
]
}