Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 462 Bytes

openwrt-cheatsheet.md

File metadata and controls

30 lines (27 loc) · 462 Bytes
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
openwrt-cheatsheet
network
public
2023-11-03 14:34:52 -0700
2023-11-03 14:34:52 -0700
false
20231103213452
false
false
openwrt
router
cli
OpenWRT Cheatsheet
tech-note
# Follow unbound logs:
logread -f | grep unbound

# View DHCP leases:
vim /tmp/dhcp.leases

# Restart DHCP:
service dnsmasq restart