forked from uklans/cache-domains
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cache_domains.json
176 lines (176 loc) · 3.93 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"cache_domains": [
{
"name": "apple",
"description": "CDN for apple",
"domain_files": ["apple.txt"]
},
{
"name": "arenanet",
"description": "CDN for guild wars, HoT",
"domain_files": ["arenanet.txt"]
},
{
"name": "blizzard",
"description": "CDN for blizzard/battle.net",
"domain_files": ["blizzard.txt"]
},
{
"name": "bsg",
"description": "CDN for Battle State Games, Tarkov",
"domain_files": ["bsg.txt"]
},
{
"name": "cityofheroes",
"description": "CDN for City of Heroes (Homecoming)",
"domain_files": ["cityofheroes.txt"]
},
{
"name": "crypticstudios",
"description": "CDN for CrypticStudios",
"domain_files": ["crypticstudios.txt"]
},
{
"name": "cubecoders",
"description": "CDN for CubeCoders",
"domain_files": ["cubecoders.txt"]
},
{
"name": "daybreak",
"description": "Daybreak games CDN",
"domain_files": ["daybreak.txt"]
},
{
"name": "epicgames",
"description": "CDN for Epic Games",
"domain_files": ["epicgames.txt"]
},
{
"name": "frontier",
"description": "CDN for frontier games",
"domain_files": ["frontier.txt"]
},
{
"name": "gameloop",
"description": "CDN for gameloop (PubG) games",
"domain_files": ["gameloop.txt"]
},
{
"name": "hirez",
"description": "CDN for hirez",
"domain_files": ["hirez.txt"]
},
{
"name": "mobilelegends",
"description": "CDN for MobileLegends",
"domain_files": ["mobilelegends.txt"]
},
{
"name": "neverwinter",
"description": "Cryptic CDN for Neverwinter",
"domain_files": ["neverwinter.txt"]
},
{
"name": "nexusmods",
"description": "Nexus mods / skyrim content",
"domain_files": ["nexusmods.txt"]
},
{
"name": "nintendo",
"description": "CDN for Nintendo consoles and download servers",
"domain_files": ["nintendo.txt"]
},
{
"name": "nvidia",
"description": "CDN for NVIDIA updates and GeForce NOW",
"domain_files": ["nvidia.txt"]
},
{
"name": "office",
"description": "CDN for Microsoft Office content and downloads",
"domain_files": ["office.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,
"domain_files": ["origin.txt"]
},
{
"name": "pathofexile",
"description": "CDN for Path Of Exile",
"domain_files": ["pathofexile.txt"]
},
{
"name": "raspberrypi",
"description": "CDN for RaspberryPi",
"domain_files": ["raspberrypi.txt"]
},
{
"name": "renegadex",
"description": "CDN for Renegade X",
"domain_files": ["renegadex.txt"]
},
{
"name": "riot",
"description": "CDN for riot games",
"domain_files": ["riot.txt"]
},
{
"name": "rockstar",
"description": "CDN for rockstar games",
"domain_files": ["rockstar.txt"]
},
{
"name": "sony",
"description": "CDN for sony / playstation",
"domain_files": ["sony.txt"]
},
{
"name": "square",
"description": "CDN for Final Fantasy XIV",
"domain_files": ["square.txt"]
},
{
"name": "steam",
"description": "CDN for steam platform",
"domain_files": ["steam.txt"]
},
{
"name": "sto",
"description": "CDN for CrypticStudios",
"domain_files": ["sto.txt"]
},
{
"name": "teso",
"description": "CDN for The Elder Scrolls Online",
"domain_files": ["teso.txt"]
},
{
"name": "uplay",
"description": "CDN for uplay downloader",
"domain_files": ["uplay.txt"]
},
{
"name": "warframe",
"description": "CDN for Warframe",
"domain_files": ["warframe.txt"]
},
{
"name": "wargaming",
"description": "CDN for wargaming.net",
"domain_files": ["wargaming.net.txt"]
},
{
"name": "wsus",
"description": "CDN for windows updates",
"domain_files": ["windowsupdates.txt"]
},
{
"name": "xboxlive",
"description": "CDN for xboxlive",
"domain_files": ["xboxlive.txt"]
}
]
}