Merge pull request #1 from Indian-Techie09/added-ubuntu-updates

Update cache_domains.json
This commit is contained in:
Indian-Techie09 2023-08-03 15:54:21 +05:30 committed by GitHub
commit 996aa4b52e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,126 +1,131 @@
{ {
"cache_domains": [ "cache_domains": [
{ {
"name": "arenanet", "name": "arenanet",
"description": "CDN for guild wars, HoT", "description": "CDN for Guild Wars, HoT",
"domain_files": ["arenanet.txt"] "domain_files": ["arenanet.txt"]
}, },
{ {
"name": "blizzard", "name": "blizzard",
"description": "CDN for blizzard/battle.net", "description": "CDN for Blizzard/Battle.net",
"domain_files": ["blizzard.txt"] "domain_files": ["blizzard.txt"]
}, },
{ {
"name": "bsg", "name": "bsg",
"description": "CDN for Battle State Games, Tarkov", "description": "CDN for Battle State Games, Tarkov",
"domain_files": ["bsg.txt"] "domain_files": ["bsg.txt"]
}, },
{ {
"name": "cityofheroes", "name": "cityofheroes",
"description": "CDN for City of Heroes (Homecoming)", "description": "CDN for City of Heroes (Homecoming)",
"domain_files": ["cityofheroes.txt"] "domain_files": ["cityofheroes.txt"]
}, },
{ {
"name": "daybreak", "name": "daybreak",
"description": "Daybreak games CDN", "description": "Daybreak games CDN",
"domain_files": ["daybreak.txt"] "domain_files": ["daybreak.txt"]
}, },
{ {
"name": "epicgames", "name": "epicgames",
"description": "CDN for Epic Games", "description": "CDN for Epic Games",
"domain_files": ["epicgames.txt"] "domain_files": ["epicgames.txt"]
}, },
{ {
"name": "frontier", "name": "frontier",
"description": "CDN for frontier games", "description": "CDN for Frontier Games",
"domain_files": ["frontier.txt"] "domain_files": ["frontier.txt"]
}, },
{ {
"name": "nexusmods", "name": "nexusmods",
"description": "Nexus mods / skyrim content", "description": "Nexus Mods / Skyrim content",
"domain_files": ["nexusmods.txt"] "domain_files": ["nexusmods.txt"]
}, },
{ {
"name": "neverwinter", "name": "neverwinter",
"description": "Cryptic CDN for Neverwinter", "description": "Cryptic CDN for Neverwinter",
"domain_files": ["neverwinter.txt"] "domain_files": ["neverwinter.txt"]
}, },
{ {
"name": "nintendo", "name": "nintendo",
"description": "CDN for Nintendo consoles and download servers", "description": "CDN for Nintendo Consoles and Download Servers",
"domain_files": ["nintendo.txt"] "domain_files": ["nintendo.txt"]
}, },
{ {
"name": "origin", "name": "origin",
"description": "CDN for origin", "description": "CDN for Origin",
"notes": "Should be enabled for HTTP traffic only or with a HTTPS proxy else origin client download fails", "notes": "Should be enabled for HTTP traffic only or with an HTTPS proxy, else Origin client download fails",
"mixed_content": true, "mixed_content": true,
"domain_files": ["origin.txt"] "domain_files": ["origin.txt"]
}, },
{ {
"name": "pathofexile", "name": "pathofexile",
"description": "CDN for Path Of Exile", "description": "CDN for Path Of Exile",
"domain_files": ["pathofexile.txt"] "domain_files": ["pathofexile.txt"]
}, },
{ {
"name": "renegadex", "name": "renegadex",
"description": "CDN for Renegade X", "description": "CDN for Renegade X",
"domain_files": ["renegadex.txt"] "domain_files": ["renegadex.txt"]
}, },
{ {
"name": "riot", "name": "riot",
"description": "CDN for riot games", "description": "CDN for Riot Games",
"domain_files": ["riot.txt"] "domain_files": ["riot.txt"]
}, },
{ {
"name": "rockstar", "name": "rockstar",
"description": "CDN for rockstar games", "description": "CDN for Rockstar Games",
"domain_files": ["rockstar.txt"] "domain_files": ["rockstar.txt"]
}, },
{ {
"name": "sony", "name": "sony",
"description": "CDN for sony / playstation", "description": "CDN for Sony / PlayStation",
"domain_files": ["sony.txt"] "domain_files": ["sony.txt"]
}, },
{ {
"name": "square", "name": "square",
"description": "CDN for Final Fantasy XIV", "description": "CDN for Final Fantasy XIV",
"domain_files": ["square.txt"] "domain_files": ["square.txt"]
}, },
{ {
"name": "steam", "name": "steam",
"description": "CDN for steam platform", "description": "CDN for Steam Platform",
"domain_files": ["steam.txt"] "domain_files": ["steam.txt"]
}, },
{ {
"name": "uplay", "name": "teso",
"description": "CDN for uplay downloader", "description": "CDN for The Elder Scrolls Online",
"domain_files": ["uplay.txt"] "domain_files": ["teso.txt"]
}, },
{ {
"name": "teso", "name": "ubuntu",
"description": "CDN for The Elder Scrolls Online", "description": "CDN for Ubuntu Updates",
"domain_files": ["teso.txt"] "domain_files": ["ubuntu_updates.txt"]
}, },
{ {
"name": "warframe", "name": "uplay",
"description": "CDN for Warframe", "description": "CDN for Uplay Downloader",
"domain_files": ["warframe.txt"] "domain_files": ["uplay.txt"]
}, },
{ {
"name": "wargaming", "name": "warframe",
"description": "CDN for wargaming.net", "description": "CDN for Warframe",
"domain_files": ["wargaming.net.txt"] "domain_files": ["warframe.txt"]
}, },
{ {
"name": "wsus", "name": "wargaming",
"description": "CDN for windows updates", "description": "CDN for Wargaming.net",
"domain_files": ["windowsupdates.txt"] "domain_files": ["wargaming.net.txt"]
}, },
{ {
"name": "xboxlive", "name": "wsus",
"description": "CDN for xboxlive", "description": "CDN for Windows Updates",
"domain_files": ["xboxlive.txt"] "domain_files": ["windowsupdates.txt"]
} },
] {
"name": "xboxlive",
"description": "CDN for Xbox Live",
"domain_files": ["xboxlive.txt"]
}
]
} }