# File lib/typhoeus/remote.rb, line 11
    def allow_net_connect
      @allow_net_connect = true if @allow_net_connect.nil?
      @allow_net_connect
    end