From 37a89c3a443885354d88d494e4053eeb59904aca Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Fri, 29 May 2015 16:07:43 +0800 Subject: [PATCH] allow all for websocket --- rel/files/emqttd.config | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rel/files/emqttd.config b/rel/files/emqttd.config index 628c53bc1..39e92334e 100644 --- a/rel/files/emqttd.config +++ b/rel/files/emqttd.config @@ -174,10 +174,7 @@ %% Maximum number of concurrent clients {max_clients, 512}, %% Socket Access Control - {access, [ - {allow, "127.0.0.1"}, - {deny, all} - ]}, + {access, [{allow, all}]}, %% Socket Options {sockopts, [ {backlog, 1024}