# File ../../auditor/lib/kasp_auditor/partial_auditor.rb, line 42
    def get_scan_options
      # This should be read from a file or something
      scan_options = ScanOptions.new
      scan_options.follow_nsec_loop = true
      scan_options.num_domains = 1000
      return scan_options
    end