-
Notifications
You must be signed in to change notification settings - Fork 302
feat: add required ipv6 records for apex domains #2114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -57,10 +57,24 @@ Configure a `A` with your custom domain's DNS to point to: | |||||
| 151.101.195.52 | ||||||
| ``` | ||||||
|
|
||||||
| and `AAAA` records to point to: | ||||||
|
|
||||||
| ```dns | ||||||
| 2a04:4e42::820 | ||||||
| 2a04:4e42:200::820 | ||||||
| 2a04:4e42:400::820 | ||||||
| 2a04:4e42:600::820 | ||||||
| ``` | ||||||
|
|
||||||
| This configuration ensures that all traffic to your custom domain is routed through the Fastly CDN for optimal performance and caching. | ||||||
|
|
||||||
| #### Managing Custom Domains | ||||||
|
|
||||||
| Custom domain management is handled through the `sw-paas` CLI domain command. You can attach multiple domains to a single shop. Following domain creation, you must update the application using `sw-paas application update`. You may use the same commit to trigger a deployment. This process will be automated in future releases. | ||||||
| Custom domain management is handled through the `sw-paas` CLI domain command. You can attach multiple domains to a single shop. Following domain creation, you must create an application deployment using `sw-paas application update` or just `sw-paas application deploy create`. You may use the same commit to trigger a deployment. | ||||||
|
||||||
| Custom domain management is handled through the `sw-paas` CLI domain command. You can attach multiple domains to a single shop. Following domain creation, you must create an application deployment using `sw-paas application update` or just `sw-paas application deploy create`. You may use the same commit to trigger a deployment. | |
| Custom domain management is handled through the `sw-paas` CLI domain command. You can attach multiple domains to a single shop. Following domain creation, you must create an application deployment using `sw-paas application deploy create`. You may use the same commit to trigger a deployment. |
Copilot
AI
Feb 13, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The emphasis markup ***DNS changes have propagated successfully*** (bold+italic) is not used elsewhere in these docs and can look inconsistent in rendering. Consider switching to the standard **...** emphasis used throughout the Shopware docs, or removing emphasis entirely if it’s not meant to be extra-strong.
| Additionally, verify that there are no typos in the domain name and that the ***DNS changes have propagated successfully***. | |
| Additionally, verify that there are no typos in the domain name and that the **DNS changes have propagated successfully**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The paragraph starting with "and
AAAArecords to point to:" reads like a continuation of the previous sentence but is a new paragraph in Markdown; starting a paragraph with "and" is grammatically awkward. Consider rephrasing to a full instruction like "ConfigureAAAArecords (IPv6) to point to:" (and optionally mirror the wording used for theArecord section).