Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Fingerprints ¶
type Fingerprints struct {
Service string `json:"service"`
Cname []string `json:"cname"`
Fingerprint []string `json:"fingerprint"`
Nxdomain bool `json:"nxdomain"`
CheckAll bool `json:"checkall"`
}
func VerifyCNAME ¶
func VerifyCNAME(cnames []string, fingerprints []Fingerprints) (match bool, cname string, fingerprint Fingerprints)
Click to show internal directories.
Click to hide internal directories.