Switch plop.so apex template from A records to CNAME#929
Merged
pawel-kow merged 1 commit intoDomain-Connect:masterfrom Apr 1, 2026
Merged
Switch plop.so apex template from A records to CNAME#929pawel-kow merged 1 commit intoDomain-Connect:masterfrom
pawel-kow merged 1 commit intoDomain-Connect:masterfrom
Conversation
Use CNAME with host:"@" and hostRequired:true instead of hardcoded A record IPs. Cloudflare applies CNAME flattening at apex and ignores hostRequired. Follows same pattern as PR Domain-Connect#905 (spinlab.studio), confirmed by Cloudflare Domain Connect team. Fixes Error 1000 for Cloudflare-to-Cloudflare domains caused by shared proxy IPs (104.21.9.9, 172.67.140.209). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
✅ JSON Filename Check Passed |
|
✅ JSON Schema Validation Passed |
PR Description Check PassedAll required sections are filled in correctly. Details |
Linter OK
|
| Level | Code | Note |
|---|
kerolasa
approved these changes
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates the plop.so.website-apex template to use a CNAME record at apex instead of hardcoded A record IPs. The previous A record IPs (104.21.9.9, 172.67.140.209) are Cloudflare shared proxy IPs that caused Error 1000 for domains also on Cloudflare.
Uses CNAME with `host: "@"` and `hostRequired: true` — Cloudflare applies CNAME flattening at the zone apex automatically and ignores the hostRequired flag. This follows the same pattern as PR #905 (spinlab.studio), which was confirmed by the Cloudflare Domain Connect team.
Changes:
Type of change
How Has This Been Tested?
Checklist of common problems
Online Editor test results
plop.so.website-apex subdomain test (hostRequired=true):
https://domainconnect.paulonet.eu/dc/free/templateedit?token=H4sIAOIKy2kC%2F91SYW%2FTMBD9K5E%2FgWhKljRtEwmJbgOBEB2MMYSqKro4l86Q2MZ22oaq%2Fx27bWg7ED%2BAT8ndvXt%2B7%2B42xGAtKzBI0g2RSixZgeptQVIiKyH7WpDe7%2FQUajwUbFajWjKKO%2BwKc80M%2BiBxfSyd4L3XrELvjdCG8YX3ZGJxTy1wiUozwUka2n9QDPIKr1FTxaTZ5cmV4Byp8VrRKM%2FRe4WogXHPCO%2Bg0CuF8krH%2F7DndwpaTi8rQb%2BTtIRKo808gMLiGFrAhyZ%2Fh%2B31ju%2FMsOO5xR8N23UY1dgGhVSoQpN0tiGmlc7Y1XTy%2FtUBbsOXblSCcaPvxBmdMRVJo2EQbOfbHvkpOGZHtnmPFJ0CXINdBvapqI%2B0zpm24UKJRmasa5KgoNZua1377Kx%2F3hHMDgzubbbgQmGm7RdMo7AzVzeVYRms4JgqaAZSVq2Vqm3V8vxpnO8X3CkswMDfjfdIVlCnlblrCcskGcYx9WEMQ38QFrmfQ5D4%2BYiOyjK4CBPAk7N7dI3%2FuLtHE0OtkRsGVgSZVCtoNdlu5z07vf%2FEit2xhiUWGThsGIRDP4j8KLgLo3QwSKNBP45GyTh5FgRpEDgXqM3e2sZew%2BkdELH%2B9nEd3yw0XEwmXy5XZnz%2F9SaGaby%2BlWX4CT%2BH92paPU%2BSweIF2f4CJMAxTjgEAAA%3D
Note: Apex test (no host) is not applicable since hostRequired=true. Cloudflare ignores this flag and applies CNAME flattening at apex regardless — confirmed by Cloudflare Domain Connect team in PR #905.