mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 15:23:27 +08:00
chore: add example to domain detail with subdomain (#1663)
* chore: add example to domain detail with subdomain * Update templates/dashboard/domain_detail/dns.html --------- Co-authored-by: Adrià Casajús <acasajus@users.noreply.github.com>
This commit is contained in:
parent
b081b6a16a
commit
2a014f0e4b
1 changed files with 3 additions and 1 deletions
|
@ -266,7 +266,9 @@
|
|||
<i>dkim._domainkey.{{ custom_domain.domain }}</i> as domain value instead.
|
||||
<br />
|
||||
If you are using a subdomain, e.g. <i>subdomain.domain.com</i>,
|
||||
you need to use <i>dkim._domainkey.subdomain</i> as domain value instead.
|
||||
you need to use <i>dkim._domainkey.subdomain</i> as the domain instead.
|
||||
<br />
|
||||
That means, if your domain is <i>mail.domain.com</i> you should enter <i>dkim._domainkey.mail.domain.com</i> as the Domain.
|
||||
<br />
|
||||
</div>
|
||||
<div class="alert alert-info">
|
||||
|
|
Loading…
Reference in a new issue