diff --git a/main.js b/main.js index 11a2c30..446fcb6 100644 --- a/main.js +++ b/main.js @@ -4,7 +4,6 @@ const whitelist = [ const net = require("net") const {exec} = require("child_process"); -const { ReadableStreamDefaultController } = require("node:stream/web"); const portlist = [21,1433] const host = "0.0.0.0"; var ipSet = new Set()