Interface GenerateSpfRecordOptions

Export

Interface

GenerateSpfRecordOptions

Hierarchy

  • GenerateSpfRecordOptions

Properties

a: boolean

Whether to include the A mechanism

Memberof

GenerateSpfRecordOptions

Memberof

GenerateSpfRecordOptions

domain: string

Domain the SPF record applies to

Memberof

GenerateSpfRecordOptions

includeDomains?: string[]

Optional include domains

Memberof

GenerateSpfRecordOptions

ip4?: string[]

Optional IPv4 CIDRs or hosts

Memberof

GenerateSpfRecordOptions

ip6?: string[]

Optional IPv6 CIDRs or hosts

Memberof

GenerateSpfRecordOptions

mx: boolean

Whether to include the MX mechanism

Memberof

GenerateSpfRecordOptions