mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Fix custom dns CNAME record (#457)
Fixes #456 Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/457 Reviewed-by: Patrick Schratz <pat-s@noreply.codeberg.org> Co-authored-by: r12t <r12t@noreply.codeberg.org> Co-committed-by: r12t <r12t@noreply.codeberg.org>
This commit is contained in:
parent
37d56479d6
commit
24dde65bd4
1 changed files with 2 additions and 2 deletions
|
|
@ -121,7 +121,7 @@ In the end it should look like this:
|
|||
<td>yourdomain.com</td><td>TXT</td><td>reponame.username.codeberg.page</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>www.yourdomain.com</td><td>CNAME</td><td>yourdomain.com</td>
|
||||
<td>www.yourdomain.com</td><td>CNAME</td><td>reponame.username.codeberg.page</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
@ -153,7 +153,7 @@ In the end, it should look like this:
|
|||
<td>yourdomain.com</td><td>TXT</td><td>reponame.username.codeberg.page</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>www.yourdomain.com</td><td>CNAME</td><td>yourdomain.com</td>
|
||||
<td>www.yourdomain.com</td><td>CNAME</td><td>reponame.username.codeberg.page</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue