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

Added DNS CAA records #169

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Added DNS CAA records #169

merged 1 commit into from
Jun 25, 2024

Conversation

nt0xa
Copy link
Owner

@nt0xa nt0xa commented Jun 25, 2024

Added support for DNS CAA records.
Usage:

$ sonar dns new --payload test --name test --type CAA '10 issue "test"'
[1] - test.2d253b7d.sonar.test 60 IN CAA 10 issue "test"

$ nslookup -type=caa test.2d253b7d.sonar.test
test.2d253b7d.sonar.test        rdata_257 = 10 issue "test"

@nt0xa nt0xa added feature New feature or request dns DNS features labels Jun 25, 2024
@nt0xa nt0xa merged commit 2990734 into master Jun 25, 2024
1 check passed
@nt0xa nt0xa deleted the feat/dns-caa branch June 25, 2024 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dns DNS features feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant