I have the following code which is supposed to get only the IPv4 addresses of all active interfaces, but it still returns an IPv6 address on some computers. I’ve tried to specify using only IPv4 by using System.setProperty(“java.net.preferIPv4Stack” , “true”);, but this only caus…