Updated the precheck on valid IPs allowed for connecting. Specifically, this solves a problem I have where if the LAN network's IP mask is say,10.10.10.0, the previous code would reject that(since it's not 192 or 127). This should check now if the server and remote connection are on the same network mask(i.e. 255.255.255.0)
Updated the precheck on valid IPs allowed for connecting. Specifically, this solves a problem I have where if the LAN network's IP mask is say,10.10.10.0, the previous code would reject that(since it's not 192 or 127). This should check now if the server and remote connection are on the same network mask(i.e. 255.255.255.0)