1
2
3
4
5
6
7
8tinydns(8) System Manager's Manual tinydns(8)
9
10
11
13 tinydns - DNS server.
14
15
17 tinydns [OPTIONS]
18
19
21 tinydns is a DNS server that answers DNS queries from other hosts with
22 locally configured information. When invoked, tinydns reads from the
23 configuration file and listens on UDP port 53 for the incoming
24 requests. When a request is received, tinydns answers it by looking
25 into `data.cdb' file placed under the ROOT directory specified in the
26 configuration file.
27
28 Until version 1.05.8, tinydns used to read from `data.cdb' for each
29 request it received and responded to. From version 1.05.9, tinydns
30 reads `data.cdb' only ones at the beginning and later when signalled
31 for the same via SIGUSR1.
32
33
35 -d <value>
36 print debug messages as per the debug level 1, 2 or 3.
37
38 -D
39 run as a daemon.
40
41 -h --help
42 print this help.
43
44 -v --version
45 print version information.
46
47
49 SIGUSR1 - reload information from data.cdb file.
50
51
53 /etc/ndjbdns/tinydns.conf
54
55 /var/log/tinydnsd.log
56
57
59 Report bugs to <pj.pandit@yahoo.co.in>
60
61
63 Prasad J Pandit
64
65
66
67 tinydns(8)