Skip to main content

Interface: ParsedDnsRecords

Defined in: electron/services/monitoring/utils/dnsRecordParsing.ts:16

Parsed/normalized DNS record data for display and verification.

Properties

actualValues

readonly actualValues: readonly string[]

Defined in: electron/services/monitoring/utils/dnsRecordParsing.ts:18

Values that can be compared against an expectedValue string.


details

readonly details: string

Defined in: electron/services/monitoring/utils/dnsRecordParsing.ts:20

Human-readable summary for UI/logging.


hasRecords

readonly hasRecords: boolean

Defined in: electron/services/monitoring/utils/dnsRecordParsing.ts:22

Whether the resolver returned at least one record (or equivalent).


skipExpectedValueCheck

readonly skipExpectedValueCheck: boolean

Defined in: electron/services/monitoring/utils/dnsRecordParsing.ts:24

Whether to skip expectedValue checks for this record type.