djbdnscurve6 45
djbdnscurve6
Loading...
Searching...
No Matches
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 _ TLSa record
16 C CNAME record
17 D DKIM record
18 Z SOA record
19 O Generic record type n with octal rdata
20 - Skip record
21 # Comment line
22
23*/
24
25/* Answers in log
26
27 Character Meaning
28 -----------------------------------------------
29 + ok - rdata responded
30 - no - rdata not available
31 I not implemented
32 C weired Class
33 / no Query
34
35 followed by the query type and the query request.
36
37*/