Original cache_domains file

This commit is contained in:
Hazem Hagrass 2022-11-23 00:38:20 +02:00
parent dbf468e919
commit b4818b69f9

View File

@ -1,188 +1,174 @@
{ {
"cache_domains": [ cache_domains: [
{ {
"description": "CDN for guild wars, HoT", name: "arenanet",
"domain_files": [ description: "CDN for guild wars, HoT",
domain_files: [
"arenanet.txt" "arenanet.txt"
], ]
"name": "arenanet"
}, },
{ {
"description": "CDN for Akamai", name: "blizzard",
"domain_files": [ description: "CDN for blizzard/battle.net",
"akamai.txt" domain_files: [
],
"name": "akamai"
},
{
"description": "CDN for blizzard/battle.net",
"domain_files": [
"blizzard.txt" "blizzard.txt"
], ]
"name": "blizzard"
}, },
{ {
"description": "CDN for Battle State Games, Tarkov", name: "bsg",
"domain_files": [ description: "CDN for Battle State Games, Tarkov",
domain_files: [
"bsg.txt" "bsg.txt"
], ]
"name": "bsg"
}, },
{ {
"description": "CDN for City of Heroes (Homecoming)", name: "cityofheroes",
"domain_files": [ description: "CDN for City of Heroes (Homecoming)",
domain_files: [
"cityofheroes.txt" "cityofheroes.txt"
], ]
"name": "cityofheroes"
}, },
{ {
"description": "Daybreak games CDN", name: "daybreak",
"domain_files": [ description: "Daybreak games CDN",
domain_files: [
"daybreak.txt" "daybreak.txt"
], ]
"name": "daybreak"
}, },
{ {
"description": "CDN for Epic Games", name: "epicgames",
"domain_files": [ description: "CDN for Epic Games",
domain_files: [
"epicgames.txt" "epicgames.txt"
], ]
"name": "epicgames"
}, },
{ {
"description": "CDN for frontier games", name: "frontier",
"domain_files": [ description: "CDN for frontier games",
domain_files: [
"frontier.txt" "frontier.txt"
], ]
"name": "frontier"
}, },
{ {
"description": "Nexus mods / skyrim content", name: "nexusmods",
"domain_files": [ description: "Nexus mods / skyrim content",
domain_files: [
"nexusmods.txt" "nexusmods.txt"
], ]
"name": "nexusmods"
}, },
{ {
"description": "Cryptic CDN for Neverwinter", name: "neverwinter",
"domain_files": [ description: "Cryptic CDN for Neverwinter",
domain_files: [
"neverwinter.txt" "neverwinter.txt"
], ]
"name": "neverwinter"
}, },
{ {
"description": "CDN for Nintendo consoles and download servers", name: "nintendo",
"domain_files": [ description: "CDN for Nintendo consoles and download servers",
domain_files: [
"nintendo.txt" "nintendo.txt"
], ]
"name": "nintendo"
}, },
{ {
"description": "CDN for origin", name: "origin",
"domain_files": [ 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" "origin.txt"
], ]
"mixed_content": true,
"name": "origin",
"notes": "Should be enabled for HTTP traffic only or with a HTTPS proxy else origin client download fails"
}, },
{ {
"description": "CDN for Path Of Exile", name: "pathofexile",
"domain_files": [ description: "CDN for Path Of Exile",
domain_files: [
"pathofexile.txt" "pathofexile.txt"
], ]
"name": "pathofexile"
}, },
{ {
"description": "CDN for Renegade X", name: "renegadex",
"domain_files": [ description: "CDN for Renegade X",
domain_files: [
"renegadex.txt" "renegadex.txt"
], ]
"name": "renegadex"
}, },
{ {
"description": "CDN for riot games", name: "riot",
"domain_files": [ description: "CDN for riot games",
domain_files: [
"riot.txt" "riot.txt"
], ]
"name": "riot"
}, },
{ {
"description": "CDN for rockstar games", name: "rockstar",
"domain_files": [ description: "CDN for rockstar games",
domain_files: [
"rockstar.txt" "rockstar.txt"
], ]
"name": "rockstar"
}, },
{ {
"description": "CDN for sony / playstation", name: "sony",
"domain_files": [ description: "CDN for sony / playstation",
domain_files: [
"sony.txt" "sony.txt"
], ]
"name": "sony"
}, },
{ {
"description": "CDN for Final Fantasy XIV", name: "square",
"domain_files": [ description: "CDN for Final Fantasy XIV",
domain_files: [
"square.txt" "square.txt"
], ]
"name": "square"
}, },
{ {
"description": "CDN for steam platform", name: "steam",
"domain_files": [ description: "CDN for steam platform",
domain_files: [
"steam.txt" "steam.txt"
], ]
"name": "steam"
}, },
{ {
"description": "CDN for uplay downloader", name: "uplay",
"domain_files": [ description: "CDN for uplay downloader",
domain_files: [
"uplay.txt" "uplay.txt"
], ]
"name": "uplay"
}, },
{ {
"description": "CDN for The Elder Scrolls Online", name: "teso",
"domain_files": [ description: "CDN for The Elder Scrolls Online",
domain_files: [
"teso.txt" "teso.txt"
], ]
"name": "teso"
}, },
{ {
"description": "CDN for gameloop", name: "warframe",
"domain_files": [ description: "CDN for Warframe",
"gameloop.txt" domain_files: [
],
"name": "gameloop"
},
{
"description": "CDN for Warframe",
"domain_files": [
"warframe.txt" "warframe.txt"
], ]
"name": "warframe"
}, },
{ {
"description": "CDN for wargaming.net", name: "wargaming",
"domain_files": [ description: "CDN for wargaming.net",
domain_files: [
"wargaming.net.txt" "wargaming.net.txt"
], ]
"name": "wargaming"
}, },
{ {
"description": "CDN for windows updates", name: "wsus",
"domain_files": [ description: "CDN for windows updates",
domain_files: [
"windowsupdates.txt" "windowsupdates.txt"
], ]
"name": "wsus"
}, },
{ {
"description": "CDN for xboxlive", name: "xboxlive",
"domain_files": [ description: "CDN for xboxlive",
domain_files: [
"xboxlive.txt" "xboxlive.txt"
], ]
"name": "xboxlive"
} }
] ]
} }