mirror of
https://github.com/uklans/cache-domains
synced 2025-08-02 14:21:22 +02:00
137 lines
3.4 KiB
JSON
137 lines
3.4 KiB
JSON
{
|
|
"cache_domains": [
|
|
{
|
|
"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": "cod",
|
|
"description": "CDN for Call of Duty",
|
|
"domain_files": ["cod.txt"]
|
|
},
|
|
{
|
|
"name": "daybreak",
|
|
"description": "CDN for Daybreak Games",
|
|
"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": "neverwinter",
|
|
"description": "Cryptic CDN for Neverwinter",
|
|
"domain_files": ["neverwinter.txt"]
|
|
},
|
|
{
|
|
"name": "nexusmods",
|
|
"description": "CDN for Nexus Mods/Skyrim content",
|
|
"domain_files": ["nexusmods.txt"]
|
|
},
|
|
{
|
|
"name": "nintendo",
|
|
"description": "CDN for Nintendo consoles",
|
|
"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": "pathofexile",
|
|
"description": "CDN for Path Of Exile",
|
|
"domain_files": ["pathofexile.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/PSN",
|
|
"domain_files": ["sony.txt"]
|
|
},
|
|
{
|
|
"name": "square",
|
|
"description": "CDN for Final Fantasy XIV",
|
|
"domain_files": ["square.txt"]
|
|
},
|
|
{
|
|
"name": "steam",
|
|
"description": "CDN for Steam",
|
|
"domain_files": ["steam.txt"]
|
|
},
|
|
{
|
|
"name": "teso",
|
|
"description": "CDN for The Elder Scrolls Online",
|
|
"domain_files": ["teso.txt"]
|
|
},
|
|
{
|
|
"name": "test",
|
|
"description": "CDN for Testing, recommended to enable for additional diagnostics",
|
|
"domain_files": ["test.txt"]
|
|
},
|
|
{
|
|
"name": "uplay",
|
|
"description": "CDN for Ubisoft",
|
|
"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 Xbox Live",
|
|
"domain_files": ["xboxlive.txt"]
|
|
}
|
|
]
|
|
}
|