From 6b93aa21a682edc24a364a463543d00b032fca49 Mon Sep 17 00:00:00 2001 From: Emily Date: Mon, 28 Aug 2023 15:51:22 +0200 Subject: [PATCH] replaced host with 0.0.0.0 --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 5e084d9..cb75a42 100644 --- a/main.js +++ b/main.js @@ -1,7 +1,7 @@ const net = require("net") const {spawn} = require("child_process"); const portlist = [21,1433,7777] -const host = "127.0.0.1"; +const host = "0.0.0.0"; servermap = new Map() portlist.forEach(i => {