sandstorm-io/sandstorm

Add to Docs: WordPress/HackerCMS/Hugo etc can host root domain example.com with CNAME flattening or ANAME records

Open

#3,611 opened on Mar 7, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (737 forks)batch import
documentationgood first issue

Repository metrics

Stars
 (6,583 stars)
PR merge metrics
 (Avg merge 12d 18h) (6 merged PRs in 30d)

Description

Request to add to Docs: WordPress/HackerCMS/Hugo etc can host root domain example.com

  1. CNAME flattening at CloudFlare:

https://blog.cloudflare.com/introducing-cname-flattening-rfc-compliant-cnames-at-a-domains-root/

  1. ANAME records by dnsmadeeasy:

https://dnsmadeeasy.com/services/anamerecords

  1. DDNS:

https://www.ddns.com.au/index.php?rp=/knowledgebase/239/CNAME-Flattening.html

  1. Maybe AWS Route53 alias records:

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-choosing-alias-non-alias.html

(there could be other similar services)

Howto: root domain

CNAME: example.com Content: abcde123.something.sandcats.io

TXT name: sandstorm-www.example.com TXT Content: abcde123

Howto: www subdomain, or other subdomain

CNAME: www.example.com Content: abcde123.something.sandcats.io

TXT name: sandstorm-www.www.example.com TXT Content: abcde123

Contributor guide