logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

dns_txt - look up TXT records

Description

       dns_txt  looks  up  TXT records for the fully-qualified domain name in fqdn. It puts the concatenation of
       the TXT records into out and returns 0.  If the domain does not exist in DNS, or has no TXT records,  out
       will be empty.

       If  dns_txt  has  trouble  with  the  DNS  lookup  or  runs  out  of memory, it returns -1, setting errno
       appropriately. It may or may not change out.

Name

       dns_txt - look up TXT records

See Also

dns_txt_packet(3)

                                                                                                      dns_txt(3)

Syntax

#include<libowfat/dns.h>

       int dns_txt(stralloc* out,stralloc* fqdn);

See Also