diff --git a/index.php b/index.php index 945fb30..00483f3 100644 --- a/index.php +++ b/index.php @@ -10,8 +10,10 @@ if (isset($_GET['wake'])) { $return = shell_exec('wakeonlan '.$_GET['wake']); } -$clients = ["nuc6i5-host.fra80"=>"b8:ae:ed:ec:18:f7", - "magrathea.fra80" =>"60:03:08:9c:25:6a"]; +$clients = ["kvm-nuc.fra80" =>"b8:ae:ed:ec:18:f7", + "stavromulabeta.fra80" =>"70:85:c2:49:31:2d", + "magrathea.fra80" =>"60:03:08:9c:25:6a", + "anke-pc.fra80" =>"00:25:11:64:71:7c"]; ?>