mirror of
https://github.com/uklans/cache-domains
synced 2024-11-22 03:13:03 +00:00
115 lines
2.6 KiB
JSON
115 lines
2.6 KiB
JSON
{
|
|
"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": "Daybreak games CDN",
|
|
"domain_files": ["daybreak.txt"]
|
|
},
|
|
{
|
|
"name": "epicgames",
|
|
"description": "CDN for Epic Games",
|
|
"domain_files": ["epicgames.txt"],
|
|
"mixed_content": true
|
|
},
|
|
{
|
|
"name": "frontier",
|
|
"description": "CDN for frontier games",
|
|
"domain_files": ["frontier.txt"]
|
|
},
|
|
{
|
|
"name": "hirez",
|
|
"description": "CDN for hirez",
|
|
"domain_files": ["hirez.txt"]
|
|
},
|
|
{
|
|
"name": "nexusmods",
|
|
"description": "Nexus mods / skyrim content",
|
|
"domain_files": ["nexusmods.txt"]
|
|
},
|
|
{
|
|
"name": "nintendo",
|
|
"description": "CDN for nintendo (swtich)",
|
|
"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 platform",
|
|
"domain_files": ["steam.txt"]
|
|
},
|
|
{
|
|
"name": "uplay",
|
|
"description": "CDN for uplay downloader",
|
|
"domain_files": ["uplay.txt"]
|
|
},
|
|
{
|
|
"name": "teso",
|
|
"description": "CDN for The Elder Scrolls Online",
|
|
"mixed_content": true,
|
|
"domain_files": ["teso.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 xboxlive",
|
|
"domain_files": ["xboxlive.txt"],
|
|
"mixed_content": true
|
|
}
|
|
]
|
|
}
|
|
|