|
@@ -327,7 +327,7 @@
|
|
%% want to start simple_bridge with application:start(simple_bridge) or
|
|
%% want to start simple_bridge with application:start(simple_bridge) or
|
|
%% simple_bridge:start/0
|
|
%% simple_bridge:start/0
|
|
|
|
|
|
- {address, "127.0.0.1"},
|
|
|
|
|
|
+ {address, "0.0.0.0"},
|
|
%% IP address to bind, either in tuple format or string
|
|
%% IP address to bind, either in tuple format or string
|
|
%% use "0.0.0.0" to start on all interfaces available
|
|
%% use "0.0.0.0" to start on all interfaces available
|
|
|
|
|