Multi-instance DNS example

Hello,

In section Multiple DHCP/DNS server/forwarder instances of page “DNS and DHCP examples” of the user’s guide, I suggest adding (if I am not mistaken), toward the end of the sample script (after “done”), a line enabling “localuse” for the first instance of dnsmasq, so that it is used by local processes, as presumably intended.

      (…)
      done
+++   uci set dhcp.@dnsmasq[0].localuse='1'
      uci -q delete dhcp.@dnsmasq[0].notinterface
      (…)

Thank you!