Update cache_domains.json

This commit is contained in:
Indian-Techie09 2023-08-03 15:52:36 +05:30 committed by GitHub
parent 31b2ba1e0a
commit 58a4013a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
"cache_domains": [
{
"name": "arenanet",
"description": "CDN for guild wars, HoT",
"description": "CDN for Guild Wars, HoT",
"domain_files": ["arenanet.txt"]
},
{
"name": "blizzard",
"description": "CDN for blizzard/battle.net",
"description": "CDN for Blizzard/Battle.net",
"domain_files": ["blizzard.txt"]
},
{
@ -32,12 +32,12 @@
},
{
"name": "frontier",
"description": "CDN for frontier games",
"description": "CDN for Frontier Games",
"domain_files": ["frontier.txt"]
},
{
"name": "nexusmods",
"description": "Nexus mods / skyrim content",
"description": "Nexus Mods / Skyrim content",
"domain_files": ["nexusmods.txt"]
},
{
@ -47,13 +47,13 @@
},
{
"name": "nintendo",
"description": "CDN for Nintendo consoles and download servers",
"description": "CDN for Nintendo Consoles and Download 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",
"description": "CDN for Origin",
"notes": "Should be enabled for HTTP traffic only or with an HTTPS proxy, else Origin client download fails",
"mixed_content": true,
"domain_files": ["origin.txt"]
},
@ -69,17 +69,17 @@
},
{
"name": "riot",
"description": "CDN for riot games",
"description": "CDN for Riot Games",
"domain_files": ["riot.txt"]
},
{
"name": "rockstar",
"description": "CDN for rockstar games",
"description": "CDN for Rockstar Games",
"domain_files": ["rockstar.txt"]
},
{
"name": "sony",
"description": "CDN for sony / playstation",
"description": "CDN for Sony / PlayStation",
"domain_files": ["sony.txt"]
},
{
@ -89,19 +89,24 @@
},
{
"name": "steam",
"description": "CDN for steam platform",
"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",
"domain_files": ["teso.txt"]
},
{
"name": "ubuntu",
"description": "CDN for Ubuntu Updates",
"domain_files": ["ubuntu_updates.txt"]
},
{
"name": "uplay",
"description": "CDN for Uplay Downloader",
"domain_files": ["uplay.txt"]
},
{
"name": "warframe",
"description": "CDN for Warframe",
@ -109,17 +114,17 @@
},
{
"name": "wargaming",
"description": "CDN for wargaming.net",
"description": "CDN for Wargaming.net",
"domain_files": ["wargaming.net.txt"]
},
{
"name": "wsus",
"description": "CDN for windows updates",
"description": "CDN for Windows Updates",
"domain_files": ["windowsupdates.txt"]
},
{
"name": "xboxlive",
"description": "CDN for xboxlive",
"description": "CDN for Xbox Live",
"domain_files": ["xboxlive.txt"]
}
]