fix link color

This commit is contained in:
meaz 2021-10-03 12:04:16 +02:00
parent 1f33c6e890
commit 22fef2af59
Signed by: meaz
GPG key ID: CD7A47B2F1ED43B4

View file

@ -18,4 +18,4 @@ Simply create a **TXT** record with: **disroot.org-yourdomain.ltd** replacing *y
## Point your domain to disroot.org
**1.** Set MX record to **mx01.disroot.org.** (don't forget the final dot!)
**2.** Set **"v=spf1 mx a ptr include:disroot.org -all"** This allows you to send emails from your own servers as well as disroot ones. This is just a default setting that should be applicable to most of the scenarios. If you want to learn more about SPF records and would like to tweak yours, check the web for more info. eg. [this page](https://www.dmarcanalyzer.com/spf/how-to-create-an-spf-txt-record/)
**2.** Set **"v=spf1 mx a ptr include:disroot.org -all"** This allows you to send emails from your own servers as well as disroot ones. This is just a default setting that should be applicable to most of the scenarios. If you want to learn more about SPF records and would like to tweak yours, check the web for more info. eg. <a class="lighter" href="https://www.dmarcanalyzer.com/spf/how-to-create-an-spf-txt-record/">this page</a>