mirror of
https://github.com/xnite/MCSeeker.git
synced 2026-05-02 12:54:50 -07:00
should be 256.
This commit is contained in:
@@ -93,7 +93,7 @@ var options = {
|
|||||||
port: SCAN_OPTS_PORTS,
|
port: SCAN_OPTS_PORTS,
|
||||||
states: 'O',
|
states: 'O',
|
||||||
banner: false,
|
banner: false,
|
||||||
concurrency: 255
|
concurrency: 256
|
||||||
}
|
}
|
||||||
var scan = new Scanner(options);
|
var scan = new Scanner(options);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user