1
2
3
4
5
6
7
8tinydns-edit(1) General Commands Manual tinydns-edit(1)
9
10
11
13 tinydns-edit
14
15
17 tinydns-edit [OPTIONS] DATA DATA.TMP add TYPE NAME ADDRESS
18
19
21 tinydns-edit write the DNS records to the `data' file, which in turn is
22 used by tinydns-data to generate the binary .cdb file used by tinydns
23 or axfrdns server. The command line parameters required by tinydns-edit
24 are
25
26
27 DATA is a path of the `data' file to be written.
28
29
30 DATA.TMP
31 is a path of the temporary file to be used by tinydns-edit for
32 creating the DATA file.
33
34
35 add is a mandatory command.
36
37
38 TYPE is the DNS record type, and could be any of the following
39
40 ns: name server record, specifies that the NAME is published by
41 a DNS server at ADDRESS.
42
43 childns: specifies that requests for the domain NAME should be
44 referred to a child DNS server at ADDRESS.
45
46 mx: this record says, mail to names in the domain NAME should be
47 sent to an SMTP server at ADDRESS.
48
49 host: this record says that the domain NAME maps to an address
50 ADDRESS and vice versa.
51
52 alias: this record says that the domain NAME maps to the address
53 ADDRESS but the reverse is not true.
54
55
56 NAME is the domain name to be appended to the DATA file.
57
58
59 ADDRESS
60 is the respective address for the domain NAME.
61
62
64 -h --help
65 print this help.
66
67 -v --version
68 print version information.
69
70
72 Report bugs to <pj.pandit@yahoo.co.in>
73
74
76 Prasad J Pandit
77
78
79
80 tinydns-edit(1)