From 1c59729c59b4e4d64dacba940ad230e4b533c442 Mon Sep 17 00:00:00 2001
From: Yuri Vidal <yurividal@users.noreply.github.com>
Date: Fri, 12 Aug 2022 09:59:15 +0100
Subject: [PATCH] Adds google, adobe and ms office domains (#199)

* add adobe, google and office
* Update cache_domains.json

Closes #192
---
 adobe.txt          |  3 +++
 cache_domains.json | 10 ++++++++++
 google.txt         |  2 ++
 windowsupdates.txt |  3 +++
 4 files changed, 18 insertions(+)
 create mode 100644 adobe.txt
 create mode 100644 google.txt

diff --git a/adobe.txt b/adobe.txt
new file mode 100644
index 0000000..170876b
--- /dev/null
+++ b/adobe.txt
@@ -0,0 +1,3 @@
+ardownload.adobe.com
+ccmdl.adobe.com
+agsupdate.adobe.com
\ No newline at end of file
diff --git a/cache_domains.json b/cache_domains.json
index c9b6709..e1216a4 100644
--- a/cache_domains.json
+++ b/cache_domains.json
@@ -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",
diff --git a/google.txt b/google.txt
new file mode 100644
index 0000000..6f880ec
--- /dev/null
+++ b/google.txt
@@ -0,0 +1,2 @@
+dl.google.com
+*.gvt1.com
\ No newline at end of file
diff --git a/windowsupdates.txt b/windowsupdates.txt
index 059c96e..07de141 100644
--- a/windowsupdates.txt
+++ b/windowsupdates.txt
@@ -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
\ No newline at end of file