Fix syntax of ALIAS DNS records. (#827)

These do not have @ automatically appended, so no need for a trailing
dot.

Closes: Codeberg/Community#2833
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/827
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
This commit is contained in:
Catherine 2026-07-08 16:55:45 +02:00 committed by Gusted
parent 0b1180bafd
commit bd6a8cbbc0

View file

@ -99,12 +99,12 @@ In this case, some DNS providers support an ALIAS record, which will work instea
<tr>
<td>yourdomain.com</td>
<td>ALIAS</td>
<td>codeberg.page.</td>
<td>codeberg.page</td>
</tr>
<tr>
<td>www.yourdomain.com</td>
<td>ALIAS</td>
<td>codeberg.page.</td>
<td>codeberg.page</td>
</tr>
</tbody>
</table>