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

Overload local_data_remove to support removing specific records #1087

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 7, 2024

  1. Overload local_data_remove to support removing specific records

    Here we overload the `local_data_remove` control command to support
    deleting specific records. Curently, this command deletes all records
    for a given zone. The modification works by attempting to parse the
    command argument first as a complete record and then as just a domain
    name, if the first attempt failed.
    
    This preserves the command's behavior, while also supporting removing
    specific records from the zone tree.
    
    Signed-off-by: R. Christian McDonald <[email protected]>
    rcmcdonald91 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3212426 View commit details
    Browse the repository at this point in the history