# File ../../auditor/lib/kasp_auditor/auditor.rb, line 465 def nsec_string() if (@config.denial.nsec) return "NSEC" else return "NSEC3" end end