Skip to content

Commit

Permalink
hostname 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
white-rabbit-dfplex committed May 27, 2020
1 parent b8d59e8 commit d9ff3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ void wsthreadmain(void *i_raw_out)

ix::initNetSystem();

ix::WebSocketServer server(PORT);
ix::WebSocketServer server(PORT, "0.0.0.0");

server.setOnConnectionCallback(
[&server](std::shared_ptr<WebSocket> webSocket,
Expand Down

0 comments on commit d9ff3f5

Please sign in to comment.