From 60a4ed22ef5e4e0e37ffbb26d3b983a9ddd19e45 Mon Sep 17 00:00:00 2001 From: 0kgjv <85081373+0kgjv@users.noreply.github.com> Date: Sat, 2 Aug 2025 18:42:21 -0700 Subject: [PATCH 01/14] Create wizard101 --- wizard101 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 wizard101 diff --git a/wizard101 b/wizard101 new file mode 100644 index 0000000..d17c5bd --- /dev/null +++ b/wizard101 @@ -0,0 +1,2 @@ +versionak.us.wizard101.com +akamai.wizard101.com From 0bd5096f1bf7850ab9c9995291fc1e04a9cfb640 Mon Sep 17 00:00:00 2001 From: 0kgjv <85081373+0kgjv@users.noreply.github.com> Date: Sat, 2 Aug 2025 18:44:38 -0700 Subject: [PATCH 02/14] Update cache_domains.json --- cache_domains.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cache_domains.json b/cache_domains.json index a8539f3..ab0ae2b 100644 --- a/cache_domains.json +++ b/cache_domains.json @@ -122,6 +122,11 @@ "description": "CDN for Wargaming.net", "domain_files": ["wargaming.net.txt"] }, + { + "name": "wizard101", + "description": "CDN for Wizard101 MMO", + "domain_files": ["wizard101.txt"] + }, { "name": "wsus", "description": "CDN for Windows Updates", From 0277e191f2cf7fad4c25a888db25fb5cb898c426 Mon Sep 17 00:00:00 2001 From: 0kgjv <85081373+0kgjv@users.noreply.github.com> Date: Sat, 2 Aug 2025 18:49:22 -0700 Subject: [PATCH 03/14] Rename wizard101 to wizard101.txt oops --- wizard101 => wizard101.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename wizard101 => wizard101.txt (100%) diff --git a/wizard101 b/wizard101.txt similarity index 100% rename from wizard101 rename to wizard101.txt From 1858087d0820e9884d59b5b63c61852362381720 Mon Sep 17 00:00:00 2001 From: 0kgjv <85081373+0kgjv@users.noreply.github.com> Date: Sat, 2 Aug 2025 18:53:12 -0700 Subject: [PATCH 04/14] Update cache_domains.json --- cache_domains.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cache_domains.json b/cache_domains.json index ab0ae2b..f86381c 100644 --- a/cache_domains.json +++ b/cache_domains.json @@ -125,6 +125,7 @@ { "name": "wizard101", "description": "CDN for Wizard101 MMO", + "mixed_content": true, "domain_files": ["wizard101.txt"] }, { From d3c4a06bcb1e2017905a4db744883bed81ffa5c4 Mon Sep 17 00:00:00 2001 From: 0kgjv <85081373+0kgjv@users.noreply.github.com> Date: Sun, 3 Aug 2025 08:38:59 -0700 Subject: [PATCH 05/14] Update cache_domains.json --- cache_domains.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cache_domains.json b/cache_domains.json index f86381c..a42424e 100644 --- a/cache_domains.json +++ b/cache_domains.json @@ -124,9 +124,15 @@ }, { "name": "wizard101", - "description": "CDN for Wizard101 MMO", + "description": "CDN for KingsIsle Wizard101 MMO", "mixed_content": true, "domain_files": ["wizard101.txt"] + }, + { + "name": "pirate101", + "description": "CDN for KingsIsle Pirate101 MMO", + "mixed_content": true, + "domain_files": ["pirate101.txt"] }, { "name": "wsus", From cce6e3ca70b050cf2412e169d1683d72c38c0163 Mon Sep 17 00:00:00 2001 From: 0kgjv <85081373+0kgjv@users.noreply.github.com> Date: Sun, 3 Aug 2025 08:39:55 -0700 Subject: [PATCH 06/14] Create pirate101.txt --- pirate101.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pirate101.txt diff --git a/pirate101.txt b/pirate101.txt new file mode 100644 index 0000000..25ede59 --- /dev/null +++ b/pirate101.txt @@ -0,0 +1,2 @@ +versionak.us.pirate101.com +akamai.pirate101.com From e86cd43dd51279340f5831a90c7065bb96e4019f Mon Sep 17 00:00:00 2001 From: 0kgjv <85081373+0kgjv@users.noreply.github.com> Date: Sun, 3 Aug 2025 10:21:13 -0700 Subject: [PATCH 07/14] Create AGTEST.txt --- AGTEST.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 AGTEST.txt diff --git a/AGTEST.txt b/AGTEST.txt new file mode 100644 index 0000000..f140e1e --- /dev/null +++ b/AGTEST.txt @@ -0,0 +1 @@ +pg.distribution.games.a2z.com From a87fc41772ce929142b966e050f6c64fc69db79c Mon Sep 17 00:00:00 2001 From: 0kgjv <85081373+0kgjv@users.noreply.github.com> Date: Sun, 3 Aug 2025 10:22:41 -0700 Subject: [PATCH 08/14] Update cache_domains.json test amazon games --- cache_domains.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cache_domains.json b/cache_domains.json index a42424e..6b895d9 100644 --- a/cache_domains.json +++ b/cache_domains.json @@ -4,6 +4,11 @@ "name": "arenanet", "description": "CDN for Guild Wars, HoT", "domain_files": ["arenanet.txt"] + }, + { + "name": "Amazon Games Test", + "description": "CDN Test For Amazon Games Launcher", + "domain_files": ["AGTEST.txt"] }, { "name": "blizzard", From 0597399ccefb951ebcbf83b7f8aa8a3878f76d06 Mon Sep 17 00:00:00 2001 From: 0kgjv <85081373+0kgjv@users.noreply.github.com> Date: Sun, 3 Aug 2025 10:25:21 -0700 Subject: [PATCH 09/14] Update cache_domains.json --- cache_domains.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cache_domains.json b/cache_domains.json index 6b895d9..181c6a1 100644 --- a/cache_domains.json +++ b/cache_domains.json @@ -6,9 +6,9 @@ "domain_files": ["arenanet.txt"] }, { - "name": "Amazon Games Test", + "name": "AmazonGamesTest", "description": "CDN Test For Amazon Games Launcher", - "domain_files": ["AGTEST.txt"] + "domain_files": ["agtest.txt"] }, { "name": "blizzard", From 7f251de5fb8a1dfa802b53a3dcd1fc1596339a16 Mon Sep 17 00:00:00 2001 From: 0kgjv <85081373+0kgjv@users.noreply.github.com> Date: Sun, 3 Aug 2025 10:25:37 -0700 Subject: [PATCH 10/14] Rename AGTEST.txt to agtest.txt --- AGTEST.txt => agtest.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename AGTEST.txt => agtest.txt (100%) diff --git a/AGTEST.txt b/agtest.txt similarity index 100% rename from AGTEST.txt rename to agtest.txt From 5bdd4735e16faf29405be5110130d0826a2c43a9 Mon Sep 17 00:00:00 2001 From: 0kgjv <85081373+0kgjv@users.noreply.github.com> Date: Sun, 3 Aug 2025 10:30:30 -0700 Subject: [PATCH 11/14] Update cache_domains.json --- cache_domains.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cache_domains.json b/cache_domains.json index 181c6a1..d783952 100644 --- a/cache_domains.json +++ b/cache_domains.json @@ -8,6 +8,7 @@ { "name": "AmazonGamesTest", "description": "CDN Test For Amazon Games Launcher", + "mixed_content": true, "domain_files": ["agtest.txt"] }, { From 472b3dbe2af21545ec8790abf7acfb7048e71556 Mon Sep 17 00:00:00 2001 From: 0kgjv <85081373+0kgjv@users.noreply.github.com> Date: Sun, 3 Aug 2025 10:33:03 -0700 Subject: [PATCH 12/14] failed amazon games test --- cache_domains.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cache_domains.json b/cache_domains.json index d783952..a42424e 100644 --- a/cache_domains.json +++ b/cache_domains.json @@ -4,12 +4,6 @@ "name": "arenanet", "description": "CDN for Guild Wars, HoT", "domain_files": ["arenanet.txt"] - }, - { - "name": "AmazonGamesTest", - "description": "CDN Test For Amazon Games Launcher", - "mixed_content": true, - "domain_files": ["agtest.txt"] }, { "name": "blizzard", From 8a3b5364f2b8485df43a528428d788c39ddf72f5 Mon Sep 17 00:00:00 2001 From: 0kgjv <85081373+0kgjv@users.noreply.github.com> Date: Sun, 3 Aug 2025 10:33:19 -0700 Subject: [PATCH 13/14] Delete agtest.txt --- agtest.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 agtest.txt diff --git a/agtest.txt b/agtest.txt deleted file mode 100644 index f140e1e..0000000 --- a/agtest.txt +++ /dev/null @@ -1 +0,0 @@ -pg.distribution.games.a2z.com From 3cfdf1b5be02e62ebe323c6065429e8d90518618 Mon Sep 17 00:00:00 2001 From: 0kgjv <85081373+0kgjv@users.noreply.github.com> Date: Sun, 3 Aug 2025 10:49:00 -0700 Subject: [PATCH 14/14] correct placement and indent --- cache_domains.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/cache_domains.json b/cache_domains.json index a42424e..c453026 100644 --- a/cache_domains.json +++ b/cache_domains.json @@ -66,6 +66,11 @@ "name": "pathofexile", "description": "CDN for Path Of Exile", "domain_files": ["pathofexile.txt"] + }, + { + "name": "pirate101", + "description": "CDN for KingsIsle Pirate101 MMO", + "domain_files": ["pirate101.txt"] }, { "name": "renegadex", @@ -125,14 +130,7 @@ { "name": "wizard101", "description": "CDN for KingsIsle Wizard101 MMO", - "mixed_content": true, "domain_files": ["wizard101.txt"] - }, - { - "name": "pirate101", - "description": "CDN for KingsIsle Pirate101 MMO", - "mixed_content": true, - "domain_files": ["pirate101.txt"] }, { "name": "wsus",