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