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