diff --git a/bbb-voice-conference/config/freeswitch/conf/autoload_configs/acl.conf.xml b/bbb-voice-conference/config/freeswitch/conf/autoload_configs/acl.conf.xml
index a1708a55f3285c614742d367bcb07e5f98198765..1d65b299c273a872fcb5d057dc03c87081d133c1 100644
--- a/bbb-voice-conference/config/freeswitch/conf/autoload_configs/acl.conf.xml
+++ b/bbb-voice-conference/config/freeswitch/conf/autoload_configs/acl.conf.xml
@@ -9,6 +9,10 @@
 	 loopback.auto - ACL for your local lan.
     -->
 
+    <list name="localhost" default="allow">
+      <node type="allow" cidr="127.0.0.1/255"/>
+    </list>
+
     <list name="lan" default="allow">
       <node type="deny" cidr="192.168.42.0/24"/>
       <node type="allow" cidr="192.168.42.42/32"/>