diff --git a/index.php b/index.php index 56b242b..21980fa 100644 --- a/index.php +++ b/index.php @@ -288,10 +288,11 @@ echo shell_exec('ping '.$ip.' -c 3'); echo "Traceroute $ip
";
 					echo shell_exec('traceroute '.$ip.'');
+					echo "
Aktuelle Route:
";
+					echo shell_exec('ip route get '.$ip.'');
 					echo "
"; - } else { - echo("$ip1 is not a valid IP address"); + echo("This is not a valid IP address"); } }