255 character limit in data
antgel opened this issue · 1 comments
antgel commented
On line 101 of types.go
, data is regarded as invalid if it's longer than 255 characters. This may be a problem with specific DNS servers but is not forbidden according to RFCs I could find. Certainly GoDaddy supports longer than 255 characters. Can this restriction be lifted? I can't get our DKIM record to work otherwise.
n3integration commented
Good call. I've updated the validation to be inline with the standard restrictions. I've addressed this in the latest release.