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