Live data from Hacker News

Show HN: Wikipedia over DNS

wpodns.adtac.in

1–10 of 48 posts

Re: Show HN: Wikipedia over DNS

#5
Would it be possible to support returning a larger excerpt of the article within a single TXT record?

You should be able to get up to 64 KiB (minus a few bytes for headers, etc) within a TXT record. The lookup will have to use TCP though.

Re: Show HN: Wikipedia over DNS

#8
$ dig dns.wpodns.adtac.in txt

dns.wpodns.adtac.in. 3600 IN TXT "The Domain Name System (DNS) is a hierarchical and decentralized naming system for computers, services, or other resources..."

Re: Show HN: Wikipedia over DNS

#9
post #5

Would it be possible to support returning a larger excerpt of the article within a single TXT record? You should be able to get up to 64 KiB (minus a few bytes for headers, etc) within a TXT record. The lookup will have to use TCP though.

Large single record seems to work fine testing from BIND via Windows nslookup as long as you obey the 255 character per line rule i.e. split strings "like" "this" at least every 255 characters.
Post reply on HN