mirror of
https://github.com/uklans/cache-domains
synced 2024-11-21 19:03:03 +00:00
Adds google, adobe and ms office domains (#199)
* add adobe, google and office * Update cache_domains.json Closes #192
This commit is contained in:
parent
a13379f63b
commit
1c59729c59
4 changed files with 18 additions and 0 deletions
3
adobe.txt
Normal file
3
adobe.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
ardownload.adobe.com
|
||||
ccmdl.adobe.com
|
||||
agsupdate.adobe.com
|
|
@ -5,6 +5,11 @@
|
|||
"description": "CDN for guild wars, HoT",
|
||||
"domain_files": ["arenanet.txt"]
|
||||
},
|
||||
{
|
||||
"name": "adobe",
|
||||
"description": "Adobe Updates",
|
||||
"domain_files": ["adobe.txt"]
|
||||
},
|
||||
{
|
||||
"name": "blizzard",
|
||||
"description": "CDN for blizzard/battle.net",
|
||||
|
@ -35,6 +40,11 @@
|
|||
"description": "CDN for frontier games",
|
||||
"domain_files": ["frontier.txt"]
|
||||
},
|
||||
{
|
||||
"name": "google",
|
||||
"description": "Chrome and Google Updates",
|
||||
"domain_files": ["google.txt"]
|
||||
},
|
||||
{
|
||||
"name": "nexusmods",
|
||||
"description": "Nexus mods / skyrim content",
|
||||
|
|
2
google.txt
Normal file
2
google.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
dl.google.com
|
||||
*.gvt1.com
|
|
@ -9,3 +9,6 @@ amupdatedl2.microsoft.com
|
|||
amupdatedl3.microsoft.com
|
||||
amupdatedl4.microsoft.com
|
||||
amupdatedl5.microsoft.com
|
||||
*.tlu.dl.delivery.mp.microsoft.com
|
||||
officecdn.microsoft.com
|
||||
officecdn.microsoft.com.edgesuite.net
|
Loading…
Reference in a new issue