Skip to content

Add support for CAA and TXT records#4

Open
castillar wants to merge 6 commits into
fcambus:masterfrom
castillar:master
Open

Add support for CAA and TXT records#4
castillar wants to merge 6 commits into
fcambus:masterfrom
castillar:master

Conversation

@castillar

Copy link
Copy Markdown

Love the program--nice and simple! I added two command-line flags to look for CAA records (used to control SSL certificate issuance) and for generic TXT records (often used to do domain-level validation for SSL, SAML, etc.).

@jk

jk commented Mar 4, 2021

Copy link
Copy Markdown

It's not too far fetched, that this tool once will support CNAME records. Therefor -c for the CAA records might conflict then, doesn't it?

@castillar

castillar commented Mar 5, 2021

Copy link
Copy Markdown
Author

Potentially. Since -4 and -6 are being used for A records, we could use -a for CAA records instead, although that might also create confusion. Alternately, CAA is an RR type 257 record, so perhaps -2?

@castillar

Copy link
Copy Markdown
Author

Updated this to use -2 for CAA support, and then added CNAME support as well with -c. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants