mirror of
https://git.busybox.net/busybox
synced 2025-05-10 12:43:48 +02:00
As usual, by multiplying directories - "dhcpd_eth0", "dhcpd_wlan1" you can run many servers on different interfaces. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
3 lines
51 B
Bash
Executable file
3 lines
51 B
Bash
Executable file
#!/bin/sh
|
|
|
|
watch -n1 'dumpleases -f udhcpd.leases'
|