I have seen the following "dnsmasq: migrate to MVC/API". Does this affect the ability to use dnsmasq? I will admit MVC/API has little real meaning to me. Searches using "opnsense MVC/API" shed no light on the issue. API is application programming interface, I believe. But as far as MVC goes -- that is move character in IBM 360/370 assembler language; which I know is clearly not applicable in this case as well as giving away my age. Could someone explain please what MVC/API is in this case and if it affects dnsmasq usage. Thanks in advance.
The web UI and middleware has been rewritten from scratch to follow a more modern development paradigm. MVC - model, view, controller.
Most important user visible effect is that everything in the system that follows the new MVC model can be controlled via API while the legacy code that has not yet been converted cannot.
As such this is a great move, which gives users possibility to do API calls and create more robust automatization either for configuration or Tshoot purposes.
Thanks to both of you that cleared the matter up completely.