Mini HTTP Server bind address updated from "::" to "127.0.0.1"

Hi we have a customer who has their own webrtc clients hosted on their own appliction server and not the Freepbx 17 PBX that need to connect to the mini http port

The bind address keeps changing back to 127.0.0.1 as below message in the dashboard so then the clients cant connect

“Asterisk Mini HTTP Server bind address updated from “::” to “127.0.0.1” to restrict access to localhost and improve security.”

The server is on their internal lan and fire-walled, is there a reason why it keeps resetting and more importantly a way to stop it ?

any ideas welcome

Set the bind address to ::0

It’s a dumb workaround but yes it works.

Thanks Bill I’ll try that , let’s hope it works