Skip to content
Snippets Groups Projects
Commit c1ac5ec4 authored by Hanna Führ's avatar Hanna Führ
Browse files

testing

parent a2bd2144
No related branches found
No related tags found
1 merge request!1Issue/2031 ip connectivity checker
Pipeline #680829 passed
......@@ -42,7 +42,7 @@ foreach($ip in $ips){
echo "=== TUDO Management ==="
$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")
$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.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)";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment