class Faraday::Adapter::Typhoeus

def configure_socket(req, env)

def configure_socket(req, env)
  if bind = env[:request][:bind]
    req.options[:interface] = bind[:host]
  end
end