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

Return of rrlist (or something similar) #334

Open
mcdonamw opened this issue Jun 5, 2024 · 0 comments
Open

Return of rrlist (or something similar) #334

mcdonamw opened this issue Jun 5, 2024 · 0 comments

Comments

@mcdonamw
Copy link

mcdonamw commented Jun 5, 2024

Issue type

  • Feature idea

I need loop through a bunch of domains to update a TXT record that may have multiple existing values, whereby I must replace one or more existing values with another, e.g., replace an existing SPF record value. I see no other way to do this outside of querying for the existing record values, replace what I need to replace, and then rrcreate --replace the existing record with new set of values.

Unless I'm overlooking something, I see no way to query the existing record with cli53 today, forcing me to use a different command entirely to query the existing record. I know there's an export option, but exporting hundreds of zones and parsing exports of hundreds/thousands of records in each is not at all desired.

cli53 version (cli53 --version)

cli53 version 0.8.22

OS / Platform

Windows 11

Steps to reproduce

Example: Cli53 rrlist mydomain.com www TXT

Expected behaviour

Command output all relevant TXT records associated with www.mydomain.com

Actual behaviour

N/A - feature doesn't exist

Have you checked if the documentation has the information you require?

Yes, I have.

Could you contribute a fix or help testing with this issue?

I could help test if it were simply running an exe, but I could not contribute, sorry.

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

1 participant