Skip to content

Add CNAME file for GitHub Pages custom domain (openkline.tech)#14

Merged
rekurt merged 1 commit into
masterfrom
claude/clever-galileo-8wkl4p
Jun 12, 2026
Merged

Add CNAME file for GitHub Pages custom domain (openkline.tech)#14
rekurt merged 1 commit into
masterfrom
claude/clever-galileo-8wkl4p

Conversation

@rekurt

@rekurt rekurt commented Jun 12, 2026

Copy link
Copy Markdown
Owner

Why

The GitHub Pages custom domain health check is failing for openkline.tech:

DNS check unsuccessful — Domain does not resolve to the GitHub Pages server (NotServedByPagesError).

I checked the live DNS and most of it is actually correct, so the failure comes down to two things — one of which is fixed here.

Live DNS state

Record Result Status
openkline.tech A 185.199.108–111.153 (the 4 GitHub Pages IPs) ✅ correct
openkline.tech AAAA none ❌ missing
www.openkline.tech CNAME → rekurt.github.io ✅ correct
repo CNAME file did not exist ❌ → fixed in this PR

What this PR does

Adds a root CNAME file containing openkline.tech. GitHub Pages requires this file in the publishing source to claim and serve the custom domain; without it the domain is not served by Pages.

Important

This file only takes effect if it lands on the branch/source that Pages publishes from (e.g. master root). Merge this into that branch.

Still required outside the repo (DNS registrar)

Add the four apex AAAA records so the apex matches GitHub's current health-check expectations:

openkline.tech.  AAAA  2606:50c0:8000::153
openkline.tech.  AAAA  2606:50c0:8001::153
openkline.tech.  AAAA  2606:50c0:8002::153
openkline.tech.  AAAA  2606:50c0:8003::153

Then in Settings → Pages, re-enter the custom domain (or click Check again) to force GitHub to re-run the now-stale health check.


Generated by Claude Code

GitHub Pages requires a CNAME file in the publishing source to claim and
serve a custom domain. Without it the domain health check reports
NotServedByPagesError.
@rekurt rekurt marked this pull request as ready for review June 12, 2026 21:15
@rekurt rekurt merged commit 10356d2 into master Jun 12, 2026
3 checks passed
@rekurt rekurt deleted the claude/clever-galileo-8wkl4p branch June 12, 2026 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants