# File lib/dnsruby/config.rb, line 84
    def initialize()
      @mutex = Mutex.new
      @configured = false
      #       parse_config
    end