craftycodie/Minecraft-API

Remove special IP addresses from the server list.

craftycodie opened this issue · 0 comments

https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml

Currently the server list includes servers which may not be public, for example localhost servers on 127.0.0.1
The easy solution would be to block special IP addresses, trying to contact the server directly may be a better solution.