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]