Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1 KB

DnsCheckResult.md

File metadata and controls

26 lines (14 loc) · 1 KB

Onepanel.DnsCheckResult

Properties

Name Type Description Notes
summary String An interpretation of results obtained from DNS check. Possible values are: 'unresolvable' - query returned empty results; 'missing_records' - only some of the expected results were returned; 'bad_records' - none of the expected results were returned; 'ok' - all of expected values were present in obtained results.
expected [String] List of expected query results.
got [String] List of obtained query results.
recommended [String] List of suggested DNS records to set at your DNS provider to fulfill this check. Each record is provided in the format of BIND server.

Enum: SummaryEnum

  • unresolvable (value: "unresolvable")

  • missing_records (value: "missing_records")

  • bad_records (value: "bad_records")

  • ok (value: "ok")