We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The RcodeZero driver generated broken API-Requests when adding records with different type (eg. adding an AAAA record to an existing A record).
Adding a records to a zone where the same label with a different type already exists leads to brokenAPI requests. PR #2038 fixes this
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
The RcodeZero driver generated broken API-Requests when adding records with different type (eg. adding an AAAA record to an existing A record).
Detailed Information
Adding a records to a zone where the same label with a different type already exists leads to brokenAPI requests.
PR #2038 fixes this
The text was updated successfully, but these errors were encountered: