Thanks, but I don't want to replace the "dhcp-option=lan" line of dnsmasq.conf
I want to ADD a line to dnsmasq.conf, that says:
dhcp-option=66,"99.99.99.99"
Correct?
Is a "sed" command appropriate for that? What would be the syntax to add a new code line to dnsmasq.conf, rather than replace...