1
2the add_generic_record and set_generic_record tools use a format string
3to pack the data properly. since both take the same arguments, i'll
4refer to both as $GENERIC
5
6this document lists the format-specifications needed to make various
7kinds of generic records.
8
9-----
10
11to make a RP (responsible person):
12
13$GENERIC 37 'A' emailaddress
14
15
16to make a SRV (service locator):
17
18$GENERIC 33 'nnnA' priority weight port targetdns
19
20
21more to come!
22