feat : Add support for Wake-on-LAN

Enables Wake-on-LAN by setting `wol_interface` to an empty string and enables MAC address reporting.
This commit is contained in:
2025-12-14 21:28:45 +01:00
parent 9bef606607
commit efd44fcbc8
4 changed files with 95 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
# Network interface to enable Wake-on-LAN on
wol_interface: "eno1"
wol_interface: ""
# WOL mode:
# g = magic packet (most common)
@@ -7,3 +7,6 @@ wol_mode: "g"
# Enable verification task
wol_verify: true
# Report MAC address for WOL senders
wol_report_mac: true