replydev / Quboscanner

Toy Minecraft Server Scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qubo doesn't find server with IP range

Troughy opened this issue · comments

So when I try to use Qubo with -i 123.123.123.*, it doesn't find any servers, but when I give the full ip (for example -i 123.123.123.69), it finds the server. I have also read about IP blocks so I tried 123.123.123.0/24 but that didn't seem to work either. The full command: java -Dfile.encoding=UTF-8 --enable-preview -jar quboscanner-1.0.0-jar-with-dependencies.jar -i x.y.z.* -t 50000 -p 25500-25600

Same problem here I am having trouble linking multiple range's together too but that is strong possibility of me just not doing it correctly.

commented

Networking and IO in general can be unpredictable, and probably this is not a specific issue of this project.

Alright thank you!