Skip to content

Commit

Permalink
better ipv6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Overtorment committed Sep 5, 2016
1 parent 3aad29a commit 20eea16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,5 @@ var _destroy_socket = function (socket) {


server.on('listening', function(){ console.log('NoobHub on ' + server.address().address +':'+ server.address().port); });
server.listen(cfg.port);
server.listen(cfg.port, '::');

0 comments on commit 20eea16

Please sign in to comment.