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
I need to add a DKIM record with a long key (the TXT record is more than 254 characters).
RFC4408 (3.1.3) explain that we have to split record as following:
IN TXT "v=DKIM .... first" "second string..."
Each string is no more than 254 characters
The text was updated successfully, but these errors were encountered:
I've started to work on it here vink78/Netdot@b660be3
Sorry, something went wrong.
No branches or pull requests
I need to add a DKIM record with a long key (the TXT record is more than 254 characters).
RFC4408 (3.1.3) explain that we have to split record as following:
IN TXT "v=DKIM .... first" "second string..."
Each string is no more than 254 characters
The text was updated successfully, but these errors were encountered: