diff --git a/ipconnectivitychecker.ps1 b/ipconnectivitychecker.ps1 index 9a35fe78dfdda3c0500da02d254daf381211d8b3..fc2500d032a7beb472da11a21e4f22fbc66f8b6e 100644 --- a/ipconnectivitychecker.ps1 +++ b/ipconnectivitychecker.ps1 @@ -42,7 +42,7 @@ foreach($ip in $ips){ echo "=== TUDO Management ===" -$ips = @("129.217.149.141","129.217.149.130","129.217.149.131", "129.217.149.132","129.217.149.133","129.217.149.134","129.217.149.135", "129.217.149.136","129.217.149.137", "129.217.149.138", "129.217.149.160", "129.217.149.161", "129.217.149.162","129.217.149.163", "129.217.149.164", "129.217.149.165", "129.217.149.166", "129.217.149.167", "129.217.149.168") +$ips = @("129.217.149.130","129.217.149.131", "129.217.149.132","129.217.149.133","129.217.149.134","129.217.149.135", "129.217.149.136","129.217.149.137", "129.217.149.138", "129.217.149.160", "129.217.149.161", "129.217.149.162","129.217.149.163", "129.217.149.164", "129.217.149.165", "129.217.149.166", "129.217.149.167", "129.217.149.168") $port ="4443"; foreach($ip in $ips){ echo "$($ip):$port $(testport $ip -p $port)";