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

pdnsutil delete-record #14986

Open
ukleinek opened this issue Dec 18, 2024 · 0 comments
Open

pdnsutil delete-record #14986

ukleinek opened this issue Dec 18, 2024 · 0 comments

Comments

@ukleinek
Copy link
Contributor

  • Program: Authoritative
  • Issue type: Feature request

Short description

There is a pdnsutil command to create a record (add-record), but the symmetric command to remove a single record doesn't exist. There is only delete-rrset.

Usecase

My usecase is to add acme-challenge TXT records to get letsencrypt certificates using dehydrated. In the cleanup I currently use delete-rrset but it would be cleaner to delete the records explicitly instead of all.

Description

pdnsutil delete-record ZONE NAME TYPE [TTL] CONTENT should undo a previous pdnsutil add-record ZONE NAME TYPE [TTL] CONTENT. No strong preference if the command should fail or not if the specified record doesn't exist.

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