Currently sorting by IP address doesn't really sort properly if you have a mix of one, two or three digit ending IPs Example, instead of this 10.0.0.1 10.0.0.2 10.0.0.10 10.0.0.20 10.0.0.100 10.0.0.200 You get this 10.0.0.1 10.0.0.10 10.0.0.100 10.0.0.2 10.0.0.20 10.0.0.200 Its a small QoL change bu...