Update README.md
This commit is contained in:
parent
ce9c0d5819
commit
c993c509da
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue