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