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 => {