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

Implement NSEC3PARAM support #3457

Open
udf2457 opened this issue Feb 24, 2025 · 1 comment
Open

Implement NSEC3PARAM support #3457

udf2457 opened this issue Feb 24, 2025 · 1 comment

Comments

@udf2457
Copy link
Contributor

udf2457 commented Feb 24, 2025

I'm new to dnscontrol but stumbled at the first hurdle trying to parse BIND-format zones:

nerdctl run --rm -it -v "$(pwd):/dns" ghcr.io/stackexchange/dnscontrol get-zones --creds dnscontrol-creds.json bind - example.com

gives:

failed GetZone gzr: rrToRecord: Unimplemented zone record type=NSEC3PARAM (example.com. 300 IN NSEC3PARAM 1 0 0 -)

@tlimoncelli
Copy link
Contributor

Hi there!

Sadly "get-zones" fails if there are any DNS record types it doesn't recognize. NSEC3PARAM hasn't been implemented yet. Can that record be temporarily deleted?

Tom

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

No branches or pull requests

2 participants