From 3b771b753fd6df28755aabade317b3a5ed56feb6 Mon Sep 17 00:00:00 2001 From: HotCakeX Date: Wed, 20 Sep 2023 14:07:52 +0100 Subject: [PATCH] Update Stream the logs - Customized Output for Microsoft.ps1 Removed T for T.co because it's a valid full domain --- .../Stream the logs - Customized Output for Microsoft.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NextDNS API/Stream the logs - Customized Output for Microsoft.ps1 b/NextDNS API/Stream the logs - Customized Output for Microsoft.ps1 index 366959f..37fbfec 100644 --- a/NextDNS API/Stream the logs - Customized Output for Microsoft.ps1 +++ b/NextDNS API/Stream the logs - Customized Output for Microsoft.ps1 @@ -135,7 +135,7 @@ try { # If NextDNS didn't properly provide the correct root domain, check if it contains any of these sub-TLDs # If it does then select the entire string - if ($Possibility[1] -match '(?co|ac|com|t|uk|eu|app|org|net)[.](?.*)$') { + if ($Possibility[1] -match '(?co|ac|com|uk|eu|app|org|net)[.](?.*)$') { $RootDomain = $Possibility[0]