-
Emil B
May 15, 2026
txtweb — serve a website from your domain’s DNS TXT record.
How it works:
Create a DNS A record for your (sub)domain pointing to 95.217.246.14
Add a TXT record at _txtweb.{your-(sub)domain} with the content you want to serve
(Optional) Add a TXT record at _txtweb_cfg.{your-(sub)domain} to configure rendering options (semicolon-separated),
Supported keys:
- content-type - Content-Type header
- html-wrap - wrap output in standard HTML tags (true/false)
- html-align - content alignment (top-left|top-right|bottom-left|bottom-right|center)
- html-max-width - maximum content width
- html-bg - background color
- html-fg - text color
example: html-wrap=true;html-align=center;html-bg=#ffc300
Discussion in the ATmosphere