b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | config etherwake-nfqueue 'setup' |
| 2 | option sudo 'off' |
| 3 | option debug 'off' |
| 4 | |
| 5 | # You can add targets with uci: |
| 6 | # # uci add etherwake-nfqueue target |
| 7 | # Set a name for the target |
| 8 | # # uci set etherwake-nfqueue.@target[-1].name=example |
| 9 | # Set MAC address of the host to wake up |
| 10 | # # uci set etherwake-nfqueue.@target[-1].mac=00:22:44:66:88:aa |
| 11 | # Set the nfqueue num used for receiving filtered packets, defaults to 0 |
| 12 | # # uci set etherwake-nfqueue.@target[-1].nfqueue_num=0 |
| 13 | # Set the interface used for sending the magic packet, defaults to 'eth0' |
| 14 | # # uci set etherwake-nfqueue.@target[-1].interface=eth0 |
| 15 | # Configure if it should be sent to broadcast address, defaults to off |
| 16 | # # uci set etherwake-nfqueue.@target[-1].broadcast=off |
| 17 | # Optionally provide a password (required by some adapters) |
| 18 | # e.g. 00:22:44:66:88:aa or 192.168.1.1 |
| 19 | # # uci set etherwake-nfqueue.@target[-1].password=00:22:44:66:88:aa |
| 20 | # Optionally disable the target, by default it is enabled |
| 21 | # # uci set etherwake-nfqueue.@target[-1].enabled=false |