tinydns(8) - Linux man page
Name
tinydns - DNS server.
Synopsis
tinydns [OPTIONS]
Description
tinydns is a DNS server that answers DNS queries from other hosts with locally configured information. When invoked, tinydns reads from the configuration file and listens on UDP port 53 for the incoming requests. When the request is received, tinydns answers it by looking into 'data.cdb' file placed under the ROOT directory specified in the configuration file.
Options
-d <value>
- print debug messages as per the debug level 1, 2 or 3.
- -D
run as a daemon.
- -h --help
- print this help.
- -v --version
- print version information.
Files
/etc/ndjbdns/tinydns.conf
/var/log/tinydnsd.log
Bugs
Report bugs to <pj.pandit@yahoo.co.in>
Author
Prasad J Pandit