diff --git a/content/codeberg-pages/using-custom-domain.md b/content/codeberg-pages/using-custom-domain.md index 98b464e..76500ff 100644 --- a/content/codeberg-pages/using-custom-domain.md +++ b/content/codeberg-pages/using-custom-domain.md @@ -298,11 +298,11 @@ For the DNS configuration, CNAME records CANNOT be used for the apex domain, so: _Note that ALIAS records are not real DNS records and are typically incompatible with DNSSEC signed zones._ -- otherwise, A/AAAA records must be used, together with a TXT record: +- otherwise, A/AAAA records must be used, together with two TXT records: - 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` - - name `www.example.com`, type `CNAME`, data `frida.codeberg.page` + - name `www.example.com`, type `TXT`, data `frida.codeberg.page` ### Project site, subdomain @@ -359,8 +359,8 @@ For the DNS configuration, CNAME records CANNOT be used for the apex domain, so: _Note that ALIAS records are not real DNS records and are typically incompatible with DNSSEC signed zones._ -- otherwise, A/AAAA records must be used, together with one TXT record: +- otherwise, A/AAAA records must be used, together with two TXT records: - 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` - - name `www.example.com`, type `CNAME`, data `colormix.frida.codeberg.page` + - name `www.example.com`, type `TXT`, data `colormix.frida.codeberg.page`