596061626364656667
} else { try{ InetAddress ownIP=InetAddress.getLocalHost(); this.registrantIp = ownIP.getHostAddress(); }catch (Exception e){ throw new OsrsException("Error getting localhost IP",e); } } }