mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
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:
parent
0b1180bafd
commit
bd6a8cbbc0
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue