diff --git a/content/codeberg-pages/using-custom-domain.md b/content/codeberg-pages/using-custom-domain.md index caa8281..ec0920b 100644 --- a/content/codeberg-pages/using-custom-domain.md +++ b/content/codeberg-pages/using-custom-domain.md @@ -188,7 +188,7 @@ If your service provider does not support `ALIAS records` you can also use `A re and an `AAAA record` for IPv6 which contains the ip address of the Codeberg Pages server. The servers' ip addresses are: - `A record` which contains the IPv4 value `217.197.84.141` - `AAAA record` which contains the IPv6 value `2a0a:4580:103f:c0de::2` -- Second, you need to setup a `TXT record` which contains the information from the `CNAME entry` which is your repository +- Second, you need to setup a `TXT record` which contains the information of your repository location as mentioned above. For example `[[branch.]repo.]user.codeberg.page`. In the end, it should look like this: @@ -215,11 +215,6 @@ In the end, it should look like this: TXT reponame.username.codeberg.page - - www.yourdomain.com - CNAME - reponame.username.codeberg.page -