forked from uklans/cache-domains
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cache_domains.json
103 lines (102 loc) · 2.37 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
{
"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": "daybreak",
"description": "CDN for Daybreak games",
"domain_files": ["daybreak.txt"]
},
{
"name": "frontier",
"description": "CDN for Frontier games",
"domain_files": ["frontier.txt"]
},
{
"name": "hirez",
"description": "CDN for Hirez",
"domain_files": ["hirez.txt"]
},
{
"name": "nexusmods",
"description": "CDN for Nexus mods/Skyrim content",
"domain_files": ["nexusmods.txt"]
},
{
"name": "nintendo",
"description": "CDN for Nintendo consoles and servers",
"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,
"domain_files": ["origin.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": "steam",
"description": "CDN for Steam, Valve's digital platform for game distrubution",
"domain_files": ["steam.txt"]
},
{
"name": "uplay",
"description": "CDN for the Uplay downloader",
"domain_files": ["uplay.txt"]
},
{
"name": "twitch",
"description": "CDN for Twitch games, mods and addons",
"domain_files": ["twitchapp.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 Xbox Live",
"domain_files": ["xboxlive.txt"],
"mixed_content": true
}
]
}