Listening on IPv6 + IPv4 by default.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4346 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-07-16 14:04:45 +00:00
parent 73bbcebddb
commit 5074246462
2 changed files with 5 additions and 4 deletions

View File

@ -552,7 +552,7 @@ function handleConnection(client) {
}
let kBacklog = 8;
let kHost = "0.0.0.0"
let kHost = '::';
let socket = new Socket();
socket.bind(kHost, tildefriends.http_port).then(function(port) {