From d3a0778cb287a8e6315bf87864f55ce63f7ef4c0 Mon Sep 17 00:00:00 2001 From: Richard Alam <ritzalam@gmail.com> Date: Fri, 23 Jul 2010 16:20:33 -0400 Subject: [PATCH] - remove localhost acl as it didn't work --- .../config/freeswitch/conf/autoload_configs/acl.conf.xml | 4 ++++ 1 file changed, 4 insertions(+) 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 a1708a55f3..1d65b299c2 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"/> -- GitLab