Skip to content

Commit

Permalink
Update help.html
Browse files Browse the repository at this point in the history
  • Loading branch information
directman66 committed Nov 22, 2018
1 parent 286e077 commit 8c0a823
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion templates/wol/help.html
Expand Up @@ -32,7 +32,12 @@
<code><b>
include_once(DIR_MODULES . 'wol/wol.class.php');<br>
$wake = new wol();<br>
$wake->WakeOnLan('74:d4:35:e4:82:f7');</b></code> <br>
$wake->WakeOnLan("255.255.255.255", '74:d4:35:e4:82:f7');<br>
$wake->WakeOnLan('192.168.255.255','74:d4:35:e4:82:f7');<br>
$wake->WakeOnLan('192.168.0.255','74:d4:35:e4:82:f7');<br>
$wake->WakeOnLan('192.168.1.255','74:d4:35:e4:82:f7'); <br>
</b></code> <br>
Последняя строка выбирается в зависимости от вашей домашней подсети и настроек роутера. Можно пакет отправить по все подсети, ничем это не грозит.
<br><br>

</br> </br>
Expand Down

0 comments on commit 8c0a823

Please sign in to comment.