diff --git a/content/codeberg-pages/using-custom-domain.md b/content/codeberg-pages/using-custom-domain.md
index f9dd089..5a50058 100644
--- a/content/codeberg-pages/using-custom-domain.md
+++ b/content/codeberg-pages/using-custom-domain.md
@@ -131,8 +131,8 @@ In the end it should look like this:
If your service provider does not support `ALIAS records` you can also use `A records` and `AAAA records` instead.
- First you need to specify which server should be serving your website. You can do this by setting an `A record` for IPv4 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.91.145`
- - `AAAA record` which contains the IPv6 value `2001:67c:1401:20f0::1`
+ - `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 location as mentioned above. For example `[[branch.]repo.]user.codeberg.page`.
In the end, it should look like this:
@@ -145,10 +145,10 @@ In the end, it should look like this:
-| yourdomain.com | A | 217.197.91.145 |
+yourdomain.com | A | 217.197.84.141 |
-| yourdomain.com | AAAA | 2001:67c:1401:20f0::1 |
+yourdomain.com | AAAA | 2a0a:4580:103f:c0de::2 |
| yourdomain.com | TXT | reponame.username.codeberg.page |
@@ -194,8 +194,8 @@ For the DNS configuration:
- name `myself.example.com`, type `TXT`, data `frida.codeberg.page`
- otherwise, A/AAAA records must be used, together with one TXT record:
- - name `myself.example.com`, type `A`, data `217.197.91.145`
- - name `myself.example.com`, type `AAAA`, data `2001:67c:1401:20f0::1`
+ - name `myself.example.com`, type `A`, data `217.197.84.141`
+ - name `myself.example.com`, type `AAAA`, data `2a0a:4580:103f:c0de::2`
- name `myself.example.com`, type `TXT`, data `frida.codeberg.page`
### Personal/Organization site, apex domain
@@ -219,8 +219,8 @@ For the DNS configuration, the CNAME SHOULD NOT be used, so:
- name `example.com`, type `TXT`, data `frida.codeberg.page`
- otherwise, A/AAAA records must be used, together with one TXT record:
- - name `example.com`, type `A`, data `217.197.91.145`
- - name `example.com`, type `AAAA`, data `2001:67c:1401:20f0::1`
+ - name `example.com`, type `A`, data `217.197.84.141`
+ - name `example.com`, type `AAAA`, data `2a0a:4580:103f:c0de::2`
- name `example.com`, type `TXT`, data `frida.codeberg.page`
### Project site, third-level domain
@@ -247,8 +247,8 @@ For the DNS configuration:
- name `colormix-app.example.com`, type `TXT`, data `colormix.frida.codeberg.page`
- otherwise, A/AAAA records must be used, together with one TXT record:
- - name `colormix-app.example.com`, type `A`, data `217.197.91.145`
- - name `colormix-app.example.com`, type `AAAA`, data `2001:67c:1401:20f0::1`
+ - name `colormix-app.example.com`, type `A`, data `217.197.84.141`
+ - name `colormix-app.example.com`, type `AAAA`, data `2a0a:4580:103f:c0de::2`
- name `colormix-app.example.com`, type `TXT`, data `colormix.frida.codeberg.page`
### Project site, apex domain
@@ -277,6 +277,6 @@ For the DNS configuration, CNAME SHOULD NOT be used:
- name `example.com`, type `TXT`, data `colormix.frida.codeberg.page`
- otherwise, A/AAAA records must be used, together with one TXT record:
- - name `example.com`, type `A`, data `217.197.91.145`
- - name `example.com`, type `AAAA`, data `2001:67c:1401:20f0::1`
+ - name `example.com`, type `A`, data `217.197.84.141`
+ - name `example.com`, type `AAAA`, data `2a0a:4580:103f:c0de::2`
- name `example.com`, type `TXT`, data `colormix.frida.codeberg.page`