Enables Wake-on-LAN by setting `wol_interface` to an empty string and enables MAC address reporting.
12 lines
226 B
YAML
12 lines
226 B
YAML
# Network interface to enable Wake-on-LAN on
|
|
wol_interface: ""
|
|
|
|
# WOL mode:
|
|
# g = magic packet (most common)
|
|
wol_mode: "g"
|
|
|
|
# Enable verification task
|
|
wol_verify: true
|
|
|
|
# Report MAC address for WOL senders
|
|
wol_report_mac: true |