OpenWRT as DNS Server

I'd like to set up an OpenWRT instance solely as a (secondary) DNS Server on my LAN. As best as I can tell from the GUI, I can either have DHCP and DNS servers both enabled or disabled together, so is there a way to only have the latter enabled through the command line?

I'm hoping so since this would be a light weight solution.

uci set dhcp.lan.ignore=1 or Network - Interfaces - LAN - DHCP Server - Ignore interface

Wow! That is what it was set up while waiting for a response to my post and it worked without additional configuration required :slight_smile:

Thanks