Hacker News new | ask | show | jobs
by 1vuio0pswjnm7 1769 days ago
Looks more like HTML via HTTP, specifically DoH.

    const dohServer = "https://cloudflare-dns.com/dns-query?ct=application/dns-json&type=TXT&name=";
    const baseDomain = "hod.experiments.jacobkiers.net";
About 12 years ago I experimented with HTML over UDP DNS by modifying dnstxt from djbdns to output a MIME header. I could store tiny web pages, i.e., hyperlinks, in a zone file and serve them with tinydns. (This was before the size of DNS packets ballooned with adoption of EDNS.)
1 comments

Actually JSON via HTTP. Then using Javascript to create HTML from the JSON.