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