Open
Conversation
The JSON output for SOA records only included mname. Add the missing rname, serial, refresh, retry, expire, and minimum fields. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Instead of returning raw bytes, DNSKEY records now expose flags, protocol, algorithm (with human-readable name), and base64-encoded public key in both text and JSON output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Instead of returning raw bytes, DS records now expose key_tag, algorithm (with human-readable name), digest_type (with name), and hex-encoded digest in both text and JSON output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Instead of returning raw bytes, RRSIG records now expose type_covered (with name), algorithm (with name), labels, original_ttl, expiration/ inception timestamps, key_tag, signer_name, and base64-encoded signature in both text and JSON output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Instead of returning raw bytes, NSEC records now expose next_domain and a decoded list of record type names from the type bit maps in both text and JSON output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Set bit 15 (0x8000) in the OPT record flags field when `-Z do` or `-Z dnssec-ok` is specified, enabling resolvers to return RRSIG/NSEC records alongside answers for signed zones. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix TXT record parsing/boundary condition and small typo.