replaced host with 0.0.0.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
const net = require("net")
|
const net = require("net")
|
||||||
const {spawn} = require("child_process");
|
const {spawn} = require("child_process");
|
||||||
const portlist = [21,1433,7777]
|
const portlist = [21,1433,7777]
|
||||||
const host = "127.0.0.1";
|
const host = "0.0.0.0";
|
||||||
servermap = new Map()
|
servermap = new Map()
|
||||||
|
|
||||||
portlist.forEach(i => {
|
portlist.forEach(i => {
|
||||||
|
|||||||
Reference in New Issue
Block a user