Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Answer when querying CAA records doesnt include 2 of the results #2

Open
BelfordZ opened this issue Mar 19, 2018 · 2 comments
Open

Comments

@BelfordZ
Copy link

BelfordZ commented Mar 19, 2018

command: dig www.crowai.com. CAA
Result (cli):

...

;; ANSWER SECTION:
www.crowai.com.		299	IN	CNAME	www.unbouncepages.com.
www.unbouncepages.com.	3599	IN	CNAME	unbouncepages.com.
unbouncepages.com.	59	IN	CAA	0 issue "comodoca.com"
unbouncepages.com.	59	IN	CAA	0 issue "letsencrypt.org"
unbouncepages.com.	59	IN	CAA	0 issuewild "comodoca.com"

...

Note that CAA records return 3 values. I specifically require issue or issueWild in the results of dig(['www.crowai.com', 'CAA'])

@StephanGeorg
Copy link
Owner

Yes, the result parser is really static right now as you can see here and has to be rewritten completely.

@BelfordZ
Copy link
Author

Thanks for the reply. If I find the time, Ill get a PR in for this. Its not super critical at the moment. Thank you for this lib, big time saver :)

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

No branches or pull requests

2 participants