(chibi net dns)

Domain Name Service library, with high-level utilities for address, mx and text record lookups. See http://tools.ietf.org/html/rfc1035.

dns/A

dns/MX

dns/TXT

dns/IN

dns/QUERY

dns/IQUERY

dns/STATUS

(dns-build-query opcode questions)

(dns-build-response opcode response answers)

(dns-lookup name . o)

Lookup and return the numeric ip address for the domain name, formatted as a string.

(dns-text name . o)

Lookup and return the DNS TEXT entry for the domain name.

(dns-mx name . o)

Lookup and return the sorted list of MX entries for the domain name.