From b4818b69f9b90d0d0350d85fafcada1070022b63 Mon Sep 17 00:00:00 2001 From: Hazem Hagrass Date: Wed, 23 Nov 2022 00:38:20 +0200 Subject: [PATCH] Original cache_domains file --- cache_domains.json | 212 +++++++++++++++++++++------------------------ 1 file changed, 99 insertions(+), 113 deletions(-) diff --git a/cache_domains.json b/cache_domains.json index 7686b82..f46edd1 100644 --- a/cache_domains.json +++ b/cache_domains.json @@ -1,188 +1,174 @@ { - "cache_domains": [ + cache_domains: [ { - "description": "CDN for guild wars, HoT", - "domain_files": [ + name: "arenanet", + description: "CDN for guild wars, HoT", + domain_files: [ "arenanet.txt" - ], - "name": "arenanet" + ] }, { - "description": "CDN for Akamai", - "domain_files": [ - "akamai.txt" - ], - "name": "akamai" - }, - { - "description": "CDN for blizzard/battle.net", - "domain_files": [ + name: "blizzard", + description: "CDN for blizzard/battle.net", + domain_files: [ "blizzard.txt" - ], - "name": "blizzard" + ] }, { - "description": "CDN for Battle State Games, Tarkov", - "domain_files": [ + name: "bsg", + description: "CDN for Battle State Games, Tarkov", + domain_files: [ "bsg.txt" - ], - "name": "bsg" + ] }, { - "description": "CDN for City of Heroes (Homecoming)", - "domain_files": [ + name: "cityofheroes", + description: "CDN for City of Heroes (Homecoming)", + domain_files: [ "cityofheroes.txt" - ], - "name": "cityofheroes" + ] }, { - "description": "Daybreak games CDN", - "domain_files": [ + name: "daybreak", + description: "Daybreak games CDN", + domain_files: [ "daybreak.txt" - ], - "name": "daybreak" + ] }, { - "description": "CDN for Epic Games", - "domain_files": [ + name: "epicgames", + description: "CDN for Epic Games", + domain_files: [ "epicgames.txt" - ], - "name": "epicgames" + ] }, { - "description": "CDN for frontier games", - "domain_files": [ + name: "frontier", + description: "CDN for frontier games", + domain_files: [ "frontier.txt" - ], - "name": "frontier" + ] }, { - "description": "Nexus mods / skyrim content", - "domain_files": [ + name: "nexusmods", + description: "Nexus mods / skyrim content", + domain_files: [ "nexusmods.txt" - ], - "name": "nexusmods" + ] }, { - "description": "Cryptic CDN for Neverwinter", - "domain_files": [ + name: "neverwinter", + description: "Cryptic CDN for Neverwinter", + domain_files: [ "neverwinter.txt" - ], - "name": "neverwinter" + ] }, { - "description": "CDN for Nintendo consoles and download servers", - "domain_files": [ + name: "nintendo", + description: "CDN for Nintendo consoles and download servers", + domain_files: [ "nintendo.txt" - ], - "name": "nintendo" + ] }, { - "description": "CDN for origin", - "domain_files": [ + 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" - ], - "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", - "domain_files": [ + name: "pathofexile", + description: "CDN for Path Of Exile", + domain_files: [ "pathofexile.txt" - ], - "name": "pathofexile" + ] }, { - "description": "CDN for Renegade X", - "domain_files": [ + name: "renegadex", + description: "CDN for Renegade X", + domain_files: [ "renegadex.txt" - ], - "name": "renegadex" + ] }, { - "description": "CDN for riot games", - "domain_files": [ + name: "riot", + description: "CDN for riot games", + domain_files: [ "riot.txt" - ], - "name": "riot" + ] }, { - "description": "CDN for rockstar games", - "domain_files": [ + name: "rockstar", + description: "CDN for rockstar games", + domain_files: [ "rockstar.txt" - ], - "name": "rockstar" + ] }, { - "description": "CDN for sony / playstation", - "domain_files": [ + name: "sony", + description: "CDN for sony / playstation", + domain_files: [ "sony.txt" - ], - "name": "sony" + ] }, { - "description": "CDN for Final Fantasy XIV", - "domain_files": [ + name: "square", + description: "CDN for Final Fantasy XIV", + domain_files: [ "square.txt" - ], - "name": "square" + ] }, { - "description": "CDN for steam platform", - "domain_files": [ + name: "steam", + description: "CDN for steam platform", + domain_files: [ "steam.txt" - ], - "name": "steam" + ] }, { - "description": "CDN for uplay downloader", - "domain_files": [ + name: "uplay", + description: "CDN for uplay downloader", + domain_files: [ "uplay.txt" - ], - "name": "uplay" + ] }, { - "description": "CDN for The Elder Scrolls Online", - "domain_files": [ + name: "teso", + description: "CDN for The Elder Scrolls Online", + domain_files: [ "teso.txt" - ], - "name": "teso" + ] }, { - "description": "CDN for gameloop", - "domain_files": [ - "gameloop.txt" - ], - "name": "gameloop" - }, - { - "description": "CDN for Warframe", - "domain_files": [ + name: "warframe", + description: "CDN for Warframe", + domain_files: [ "warframe.txt" - ], - "name": "warframe" + ] }, { - "description": "CDN for wargaming.net", - "domain_files": [ + name: "wargaming", + description: "CDN for wargaming.net", + domain_files: [ "wargaming.net.txt" - ], - "name": "wargaming" + ] }, { - "description": "CDN for windows updates", - "domain_files": [ + name: "wsus", + description: "CDN for windows updates", + domain_files: [ "windowsupdates.txt" - ], - "name": "wsus" + ] }, { - "description": "CDN for xboxlive", - "domain_files": [ + name: "xboxlive", + description: "CDN for xboxlive", + domain_files: [ "xboxlive.txt" - ], - "name": "xboxlive" + ] } ] } \ No newline at end of file