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 创建于 2022年3月7日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (6,583 star) (737 fork)batch import
documentationgood first issue

描述

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

贡献者指南