@Override
 public String[] getIPAddresses() throws IOException, InterruptedException {
   return NetworkInfo.getIPAddresses();
 }