Hello,
I would like the DHCP options for nameservers and routers to be able to be specified, let them default to the LAN IP, but allow them to be changed/added to.
Presently I have modified the dhcp scripts to have a sed line that fixes the dhcpd.conf file after being generated by PlutoDHCP. I looked at the PlutoDHCP source code and see that it seems that this would require modifying database schemas to accomplish, since it just uses the local IP for both of those config options.
Bill