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

Support Arbitrary TXT Records #13

Closed
muhlba91 opened this issue Nov 8, 2023 · 0 comments · Fixed by #3
Closed

Support Arbitrary TXT Records #13

muhlba91 opened this issue Nov 8, 2023 · 0 comments · Fixed by #3
Labels
bug Something isn't working enhancement New feature or request

Comments

@muhlba91
Copy link
Owner

muhlba91 commented Nov 8, 2023

We currently parse the record based on a given regex that would not validate arbitrary TXT records.
TXT records are not allowed to contain spaces, etc.

We want to support arbitrary TXT records and need to adapt verification and parsing: https://github.com/muhlba91/external-dns-provider-adguard/blob/main/internal/adguard/provider.go#L184-L204 / https://github.com/muhlba91/external-dns-provider-adguard/blob/main/internal/adguard/provider.go#L207-L214

@muhlba91 muhlba91 changed the title Support Arbritary TXT Records Support Arbitary TXT Records Nov 9, 2023
@muhlba91 muhlba91 changed the title Support Arbitary TXT Records Support Arbitrary TXT Records Nov 9, 2023
@muhlba91 muhlba91 added bug Something isn't working enhancement New feature or request labels Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant