3f7cd420b6
- Added checks in bbb-conf to test ports 80, 1935, and 9123 to aid in setting up BigBlueButton behind a firewall
10 lines
353 B
XML
10 lines
353 B
XML
<configuration name="event_socket.conf" description="Socket Client">
|
|
<settings>
|
|
<param name="nat-map" value="false"/>
|
|
<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="localnet.auto"/>
|
|
</settings>
|
|
</configuration>
|