diff --git a/main.js b/main.js index 4731f1b..d721de5 100644 --- a/main.js +++ b/main.js @@ -1,6 +1,6 @@ const net = require("net") const {exec} = require("child_process"); -const portlist = [21,1433,7777] +const portlist = [21,1433] const host = "0.0.0.0"; var ipSet = new Set() servermap = new Map()