DNS & Subdomains pending records

DNS records we want to add — a triage list, nothing here blocks a live service. immune already has a public home on Hugging Face (szlholdings-immune.hf.space), so its subdomain is a nice-to-have, on hold for now.

PENDING staged / ready, record not yet added BLOCKED needs founder / registrar action CANDIDATE unconfirmed — confirm when back DONE record live

1 · Pending records (confirmed)

Host / recordTypeTargetTTLStatusNotes / action
immune.a-11-oy.com A 167.233.50.75 300 PENDING BLOCKED Box side is staged: nginx vhost added (nginx -t OK), container listening, TLS to be issued by certbot after the A-record resolves. Add the A-record at the registrar for a-11-oy.com. Registrar API is disabled at the account level (Namecheap error 1011102), so it must be added by hand in the registrar dashboard — see step list below. No outage in the meantime: immune is served on Hugging Face.

2 · Backlog (confirm when back)

Known infrastructure gaps that may want DNS. Listed as candidates only — confirm whether we actually want each before adding.

Host / recordTypeTargetStatusNotes
killinchu.net registration + DNS CANDIDATE BLOCKED Domain registration / DNS is founder-gated (registrar account). Decide whether to register and where to point it.
companion.alloyszlholdings.com A 5.161.81.107 CANDIDATE Companion chatbox runs on the secondary box (5.161.81.107, a different host than a11oy) but has no public A-record yet. Add only if we want the chatbox on a public subdomain.
manifesto.alloyszlholdings.com A 5.161.81.107 CANDIDATE Manifesto chatbox, same box as above. Same decision as the companion chatbox.

3 · How to add a record

  1. Sign in to the registrar that holds the domain (a-11-oy.com is on Namecheap).
  2. Open Domain List → Manage → Advanced DNS.
  3. Add a new record: Type = A, Host = the left-most label (e.g. immune), Value = the target IP, TTL = Automatic (or 300).
  4. Save. Allow a few minutes to propagate, then verify with dig immune.a-11-oy.com +short (should return the target IP).
  5. Once it resolves, issue TLS on the box: certbot --nginx -d immune.a-11-oy.com.

The registrar API is disabled on this account (Namecheap returns error 1011102, "API Key is invalid or API access has not been enabled"), so these records can't be added programmatically right now — they must be added by hand in the dashboard, or API access re-enabled in the registrar account settings.

Static infrastructure roadmap · no live data · Doctrine v11 · last updated 2026-06-16. Verify any record live with dig <name> +short before relying on it.