Skip to content

Subdomain registry

Unlike is-a.dev and Open Domains where subdomain ownership data is coupled with DNS records in one JSON file per subdomain, we chose to seperate them from the underlying DNS records to seperate concerns without having to maintain additional code parsing them and do the DNS management work (we use octoDNS for YAML-based DNS records as code).

Where they are managed?

Subdomain registry data are stored and managed as good old YAML files in the data directory

API Docs

API documentation for the registry is available at https://api.lorebooks.wiki/docs (source code).