nedap server: listen on [::]:80

This commit is contained in:
Astro 2011-04-22 23:06:06 +02:00
parent f6aa5090e5
commit ad22aa3722
1 changed files with 1 additions and 1 deletions

View File

@ -164,4 +164,4 @@ wss.createServer({ server: server }).on('connection', function(conn) {
});
});
server.listen(8080); /* TODO: port 80 */
server.listen(80, '::');