mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
fix: Add missing A/AAAA records for www subdomain in APEX examples
This commit is contained in:
parent
115985e528
commit
f655204e68
1 changed files with 4 additions and 0 deletions
|
|
@ -302,6 +302,8 @@ _Note that ALIAS records are not real DNS records and are typically incompatible
|
|||
- 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 `A`, data `217.197.84.141`
|
||||
- name `www.example.com`, type `AAAA`, data `2a0a:4580:103f:c0de::2`
|
||||
- name `www.example.com`, type `TXT`, data `frida.codeberg.page`
|
||||
|
||||
### Project site, subdomain
|
||||
|
|
@ -363,4 +365,6 @@ _Note that ALIAS records are not real DNS records and are typically incompatible
|
|||
- 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 `A`, data `217.197.84.141`
|
||||
- name `www.example.com`, type `AAAA`, data `2a0a:4580:103f:c0de::2`
|
||||
- name `www.example.com`, type `TXT`, data `colormix.frida.codeberg.page`
|
||||
|
|
|
|||
Loading…
Reference in a new issue