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:
@@ -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
|
||||
Reference in New Issue
Block a user