update readme

This commit is contained in:
Rob
2022-02-16 07:48:27 -06:00
parent 79ea3325f4
commit 0d2f83db70

View File

@@ -28,7 +28,9 @@ Run `node ./scanner.js [options] --ip <ip range>`
real 0m3.183s
user 0m0.825s
sys 0m0.334s
At this speed, a full /16 (123.45.0.0 - 123.45.255.255) will take about 13 and a half minutes to scan.
# cat example.csv | wc -l
85
In this example it took `3.183` seconds to scan `255` IP addresses, and find `85` MineCraft servers. At this speed, a full `/16` (`123.45.0.0 - 123.45.255.255`) will take about `13.5` minutes to scan.
## Limitations
* Fails to scan more than a /16 without kicking the bucket... so you should probably stick to that or smaller ranges.