You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 onlydelete-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 previouspdnsutil add-record ZONE NAME TYPE [TTL] CONTENT
. No strong preference if the command should fail or not if the specified record doesn't exist.The text was updated successfully, but these errors were encountered: