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
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.
The text was updated successfully, but these errors were encountered:
Issue type
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.
The text was updated successfully, but these errors were encountered: