replaced host with 0.0.0.0

This commit is contained in:
2023-08-28 15:51:22 +02:00
parent 6e375010e7
commit 6b93aa21a6
+1 -1
View File
@@ -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 => {