mirror of
https://github.com/xnite/MCSeeker.git
synced 2026-05-02 12:54:50 -07:00
forgot a +
derp
This commit is contained in:
@@ -89,7 +89,7 @@ if(process.params['enable-client'] && !process.params['client-token'])
|
||||
});
|
||||
}
|
||||
|
||||
console.log("Scanning ports " + SCAN_OPTS_PORTS + " on " + SCAN_OPTS_HOSTS + " with " + SCAN_OPTS_CONCURRENCY " connections.");
|
||||
console.log("Scanning ports " + SCAN_OPTS_PORTS + " on " + SCAN_OPTS_HOSTS + " with " + SCAN_OPTS_CONCURRENCY + " connections.");
|
||||
|
||||
var options = {
|
||||
target: SCAN_OPTS_HOSTS,
|
||||
|
||||
Reference in New Issue
Block a user