Update README.md

This commit is contained in:
lolcat 2025-07-14 05:08:06 +00:00
parent ce9c0d5819
commit c993c509da
1 changed files with 4 additions and 1 deletions

View File

@ -135,7 +135,10 @@ mail._domainkey IN TXT ( "v=DKIM1; k=rsa; "
Bye! 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. Make sure to copy-paste what the script outputs, not the bullshit I gave as an example, you moron.