From c993c509da8f3c58b7d4033beb39862668154917 Mon Sep 17 00:00:00 2001 From: lolcat Date: Mon, 14 Jul 2025 05:08:06 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5c4b2b..d901927 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,10 @@ mail._domainkey IN TXT ( "v=DKIM1; k=rsa; " Bye! ``` -In your DNS settings of your domain, create a TXT record called `mail._domainkey` with the value `v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvrB...` (truncated) +In your DNS settings of your domain, create a TXT record called `mail._domainkey` with this shit in it. Notice how you need to remove the weird quotes the script outputs after `k=rsa; "`. Example: +``` +v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvrB... (truncated) +``` Make sure to copy-paste what the script outputs, not the bullshit I gave as an example, you moron.