diff --git a/index.html b/index.html index 159cf2b..b0c8113 100644 --- a/index.html +++ b/index.html @@ -155,16 +155,16 @@
- 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