djbdnscurve6  38
djbdnscurve6
tiny.h
Go to the documentation of this file.
1 /* First character used within the tiny data base:
2 
3  Character Meaning
4  -----------------------------------------------
5  . Nameserver NS (authoritive)
6  @ Mailserver MX
7  & Nameserver NS (delegation)
8  = IPv4 address for A (CName)
9  + Alias for CName / A
10  : IPv6 address for AAAA (Cname)
11  ~ Alias for CName / AAAA
12  % local extension
13  ' TXT record with ASCII rdata
14  ^ PTR record
15  C CNAME record
16  Z SOA record
17  O Generic record type n with octal rdata
18  - Skip record
19  # Comment line
20 
21 */
22 
23 /* Answers in log
24 
25  Character Meaning
26  -----------------------------------------------
27  + ok - rdata responded
28  - no - rdata not available
29  I not implemented
30  C weired Class
31  / no Query
32 
33  followed by the query type and the query request.
34 
35 */