Skip to content

weppos/dnscaa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

dnscaa - CAA DNS Library for Go

The dnscaa package provides a library (not yet) and command-line tool to fetch the DNS CAA (Certification Authority Authorization) records for a hostname.

CLI usage

Compile

$ go build cmd/digcaa/digcaa.go

Run

$ ./digcaa www.comodo.com

2 records found
comodo.com.	1199	IN	CAA	0 iodef "mailto:sslabuse@comodoca.com"
comodo.com.	1199	IN	CAA	0 issue "comodoca.com"

Or use go run to compile-and-run the command:

$ go run cmd/digcaa/digcaa.go www.comodo.com

2 records found
comodo.com.	1199	IN	CAA	0 iodef "mailto:sslabuse@comodoca.com"
comodo.com.	1199	IN	CAA	0 issue "comodoca.com"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages