module Typhoeus::ClassMethods

def allow_net_connect

def allow_net_connect
  @allow_net_connect = true if @allow_net_connect.nil?
  @allow_net_connect
end