I have no idea what Copilot was doing there.

This commit is contained in:
2024-12-13 18:33:12 +02:00
parent a3ab1e0e36
commit a788c7527e

View File

@@ -26,7 +26,7 @@ The default user is called anon and can be changed in auth.py
It goes without saying that Wake-On-LAN must be enabled both in the BIOS and the operating system.
The project should also be run as root because the way that it sends Wake-On-LAN packets is similar to how etherwake does it. It doesnt actually send a UDP packet in port 9 but raw ethernet frames directly to the NIC of the device you want to wake up.
The project should also be run as root because the way that it sends Wake-On-LAN packets is similar to how etherwake does it. It doesn't actually send a UDP packet on port 9 but rather raw ethernet frames directly to the NIC of the device you want to wake up.
## Installation