Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Resolver = "8.8.8.8:53"
Resolver is the default DNS resolver for CAA Lookups.
Functions ¶
This section is empty.
Types ¶
type Issuer ¶
type Issuer struct { Name string `json:"name"` Wildcard bool `json:"wildcard"` Critical bool `json:"critical"` }
Issuer is a certificate authority that is authorized to issue certificates for a domain.
type Record ¶
type Record struct { Name string `json:"name"` Issuers []Issuer `json:"issuers,omitempty"` Reports []string `json:"reports,omitempty"` }
Record is the contents of all CAA related records on a domain.
Click to show internal directories.
Click to hide internal directories.