From 7a6e7a3b744ca6dd26dc60f9e37f35a82facf5b8 Mon Sep 17 00:00:00 2001 From: mbi001 Date: Mon, 6 Jan 2025 14:34:19 -0600 Subject: [PATCH 1/5] Update all.two.level.subdomain.ts added .ddns.net and .com.de --- libraries/helpers/src/subdomain/all.two.level.subdomain.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/helpers/src/subdomain/all.two.level.subdomain.ts b/libraries/helpers/src/subdomain/all.two.level.subdomain.ts index 0ce685ca1..0ba573f5a 100644 --- a/libraries/helpers/src/subdomain/all.two.level.subdomain.ts +++ b/libraries/helpers/src/subdomain/all.two.level.subdomain.ts @@ -1,5 +1,7 @@ export const allTwoLevelSubdomain = [ ".net.ac", + ".ddns.net", + ".com.de", ".gov.ac", ".org.ac", ".mil.ac", From c2b08a777913932f60fc1345f14ffdc148b1df10 Mon Sep 17 00:00:00 2001 From: mbi001 Date: Tue, 7 Jan 2025 10:22:12 -0600 Subject: [PATCH 2/5] Update all.two.level.subdomain.ts Added.synology.me --- libraries/helpers/src/subdomain/all.two.level.subdomain.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/helpers/src/subdomain/all.two.level.subdomain.ts b/libraries/helpers/src/subdomain/all.two.level.subdomain.ts index 0ba573f5a..d328658fb 100644 --- a/libraries/helpers/src/subdomain/all.two.level.subdomain.ts +++ b/libraries/helpers/src/subdomain/all.two.level.subdomain.ts @@ -2,6 +2,7 @@ export const allTwoLevelSubdomain = [ ".net.ac", ".ddns.net", ".com.de", + ".synology.me", ".gov.ac", ".org.ac", ".mil.ac", From ef5a18de2938c02ab6c37968ac72dc569628dbfc Mon Sep 17 00:00:00 2001 From: mbi001 Date: Tue, 7 Jan 2025 15:46:49 -0600 Subject: [PATCH 3/5] Update all.two.level.subdomain.ts Added tplinkdns.com to authorized sub domain names --- libraries/helpers/src/subdomain/all.two.level.subdomain.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/helpers/src/subdomain/all.two.level.subdomain.ts b/libraries/helpers/src/subdomain/all.two.level.subdomain.ts index d328658fb..1e844141f 100644 --- a/libraries/helpers/src/subdomain/all.two.level.subdomain.ts +++ b/libraries/helpers/src/subdomain/all.two.level.subdomain.ts @@ -1,6 +1,7 @@ export const allTwoLevelSubdomain = [ ".net.ac", ".ddns.net", + "tplinkdns.com", ".com.de", ".synology.me", ".gov.ac", From e10c43a349287b0debeb0bc01da1c11835033b61 Mon Sep 17 00:00:00 2001 From: mbi001 Date: Tue, 7 Jan 2025 15:50:30 -0600 Subject: [PATCH 4/5] Update all.two.level.subdomain.ts Corrected .tplinkdns.com --- libraries/helpers/src/subdomain/all.two.level.subdomain.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/helpers/src/subdomain/all.two.level.subdomain.ts b/libraries/helpers/src/subdomain/all.two.level.subdomain.ts index 1e844141f..d0f2c17e8 100644 --- a/libraries/helpers/src/subdomain/all.two.level.subdomain.ts +++ b/libraries/helpers/src/subdomain/all.two.level.subdomain.ts @@ -1,7 +1,7 @@ export const allTwoLevelSubdomain = [ ".net.ac", ".ddns.net", - "tplinkdns.com", + ".tplinkdns.com", ".com.de", ".synology.me", ".gov.ac", From 71c01117c3676a7178d9687c8f5799ebba232e72 Mon Sep 17 00:00:00 2001 From: James Read Date: Thu, 9 Jan 2025 22:41:42 +0000 Subject: [PATCH 5/5] Remove duplicate --- libraries/helpers/src/subdomain/all.two.level.subdomain.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/helpers/src/subdomain/all.two.level.subdomain.ts b/libraries/helpers/src/subdomain/all.two.level.subdomain.ts index 02130408e..205d4e8d1 100644 --- a/libraries/helpers/src/subdomain/all.two.level.subdomain.ts +++ b/libraries/helpers/src/subdomain/all.two.level.subdomain.ts @@ -3,7 +3,6 @@ export const allTwoLevelSubdomain = [ ".net.ac", ".ddns.net", ".tplinkdns.com", - ".com.de", ".synology.me", ".gov.ac", ".org.ac",