Use a safer default

Change the default to 0.0.0.0 to 127.0.0.1
This commit is contained in:
FusionPBX
2025-07-02 15:56:02 -06:00
committed by GitHub
parent 04913d61a0
commit 2253983dc4

View File

@@ -1,7 +1,7 @@
<configuration name="event_socket.conf" description="Socket Client">
<settings>
<param name="nat-map" value="false"/>
<param name="listen-ip" value="0.0.0.0"/>
<param name="listen-ip" value="127.0.0.1"/>
<param name="listen-port" value="8021"/>
<param name="password" value="ClueCon"/>
<!--<param name="apply-inbound-acl" value="lan"/>-->