forked from uklans/cache-domains
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cache_domains.json
121 lines (120 loc) · 2.67 KB
/
cache_domains.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"cache_domains": [
{
"name": "apple",
"description": "CDN for apple",
"category": "Updates",
"domain_files": ["apple.txt"]
},
{
"name": "arenanet",
"description": "CDN for guild wars, HoT",
"category": "Games",
"domain_files": ["arenanet.txt"]
},
{
"name": "blizzard",
"description": "CDN for blizzard/battle.net",
"category": "Games",
"domain_files": ["blizzard.txt"]
},
{
"name": "daybreak",
"description": "Daybreak games CDN",
"category": "Games",
"domain_files": ["daybreak.txt"]
},
{
"name": "frontier",
"description": "CDN for frontier games",
"category": "Games",
"domain_files": ["frontier.txt"]
},
{
"name": "gog",
"description": "CDN for good old games downloader",
"category": "Games",
"domain_files": ["gog.txt"]
},
{
"name": "hirez",
"description": "CDN for hirez",
"category": "Games",
"domain_files": ["hirez.txt"]
},
{
"name": "minecraft",
"description": "CDN for minecraft client and updater",
"category": "Games",
"domain_files": ["minecraft.txt"]
},
{
"name": "nexusmods",
"description": "Nexus mods / skyrim content",
"category": "Games",
"domain_files": ["nexusmods.txt"]
},
{
"name": "nintendo",
"description": "CDN for nintendo (swtich)",
"category": "Games",
"domain_files": ["nintendo.txt"]
},
{
"name": "origin",
"description": "CDN for origin",
"notes": "Should be enabled for HTTP traffic only or with a HTTPS proxy else origin client download fails",
"mixed_content": true,
"category": "Games-SPI",
"domain_files": ["origin.txt"]
},
{
"name": "riot",
"description": "CDN for riot games",
"category": "Games",
"domain_files": ["riot.txt"]
},
{
"name": "rockstar",
"description": "CDN for rockstar games",
"category": "Games",
"domain_files": ["rockstar.txt"]
},
{
"name": "sony",
"description": "CDN for sony / playstation",
"category": "Games",
"domain_files": ["sony.txt"]
},
{
"name": "steam",
"description": "CDN for steam platform",
"category": "Games",
"domain_files": ["steam.txt"]
},
{
"name": "uplay",
"description": "CDN for uplay downloader",
"category": "Games",
"domain_files": ["uplay.txt"]
},
{
"name": "wargaming",
"description": "CDN for wargaming.net",
"category": "Games",
"domain_files": ["wargaming.net.txt"]
},
{
"name": "windowsupdates",
"description": "CDN for windows updates",
"category": "Updates",
"domain_files": ["windowsupdates.txt"]
},
{
"name": "xboxlive",
"description": "CDN for xboxlive",
"category": "Games",
"domain_files": ["xboxlive.txt"]
}
]
}