Variable FlashConfig.control_address

The address to listen to for the control interface

struct FlashConfig
{
  // ...
  string control_address = "127.0.0.1";
  // ...
}