function hwport_getip(){
  return "35.175.191.46";
}
function hwport_getipv(){
  return ((-1) != hwport_getip().indexOf(":")) ? 6 : 4;
};