{
    return '' unless $GatewayIP;
    
    # we allow access from the router, but we do not allow relaying
    return $GatewayIP;
}
