DNS Records¶
DNS records are managed via octoDNS and synchorized with the Cloudflare API
at the registry repository's dns
directory.
Step-by-step¶
New registrations¶
- Create a new YAML at
dns/partials/<domain>/<slug>.yml
where:<domain>
is eitherlorebooks.wiki
orstellapent.wiki
<slug>
is your personal or organization namespace on GitHub
- Write your
Receipes¶
Deno Deploy¶
subdomain:
- type: A
ttl: 300
value:
- type: AAAA
ttl: 300
value:
_acme-challenge.subdomain:
type: CNAME
ttl: 300
value: tbd.com.