From 377c135dafd63c8ccb087f156d6bbcf9dd0de26c Mon Sep 17 00:00:00 2001 From: crystal Date: Fri, 3 Mar 2023 05:23:59 -0700 Subject: [PATCH] Clarify DNS instructions --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 2d91ba1..035d99b 100644 --- a/index.html +++ b/index.html @@ -155,16 +155,16 @@


or

- To use a custom domain, create a file .domains in your repository with the domain name to use. + To use a custom domain, create a file .domains in your repository with the domain name you wish to use.

- Then, add a DNS record to that domains:
- CNAME [[branch.]repo.]user.codeberg.page + Then, add a DNS record for that domain:
+ CNAME [[branch.]repo.]user.codeberg.page.

- Or for zone roots where CNAME doesn't work:
- ALIAS codeberg.page
+ Or for apex domains where CNAME doesn't work:
+ ALIAS codeberg.page.
TXT [[branch.]repo.]user.codeberg.page

- If ALIAS isn't supported, use A & AAAA instead:
+ If ALIAS isn't supported, use A & AAAA instead:
A 217.197.91.145
AAAA 2001:67c:1401:20f0::1
+ TXT as above