Documentation ¶
Index ¶
- func CheckIfDomainRegistered(domain string) error
- func GetDKIMRecords(domain string) ([]string, error)
- func GetDMARCRecord(domain string) (string, error)
- func GetIPRecords(domain string) ([]net.IP, error)
- func GetMXRecords(domain string) ([]*net.MX, error)
- func GetNSRecords(domain string) ([]*net.NS, error)
- func GetSMTPServerAddress(domain string) string
- func GetTXTRecords(domain string) ([]string, error)
- func IsIp(value string) bool
- func IsSPFRecord(record string) bool
- func LoadRSAPrivateKey(path string) *rsa.PrivateKey
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckIfDomainRegistered ¶
func GetDKIMRecords ¶
func GetDMARCRecord ¶
func GetSMTPServerAddress ¶
func GetTXTRecords ¶
func IsSPFRecord ¶
func LoadRSAPrivateKey ¶
func LoadRSAPrivateKey(path string) *rsa.PrivateKey
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.