2025-12-23 22:06:51 +01:00
|
|
|
---
|
|
|
|
|
# ============================================================
|
|
|
|
|
# WOL mode options:
|
|
|
|
|
# g = magic packet (most common, highly recommended)
|
|
|
|
|
# d = disable Wake-on-LAN
|
|
|
|
|
# p = physical activity
|
|
|
|
|
# u = unicast frames
|
|
|
|
|
# m = multicast frames
|
|
|
|
|
# b = broadcast frames
|
|
|
|
|
# ============================================================
|
2025-12-14 20:46:32 +01:00
|
|
|
wol_mode: "g"
|
|
|
|
|
|
2025-12-23 22:06:51 +01:00
|
|
|
# ============================================================
|
|
|
|
|
# Verification settings
|
|
|
|
|
# ============================================================
|
|
|
|
|
# Enable WOL status verification after configuration
|
2025-12-14 20:46:32 +01:00
|
|
|
wol_verify: true
|
2025-12-14 21:28:45 +01:00
|
|
|
|
2025-12-23 22:06:51 +01:00
|
|
|
# Report MAC addresses for WOL packet senders
|
2025-12-23 20:42:03 +01:00
|
|
|
wol_report_mac: true
|