Jul's page (Hungarian) : Jul's packages : djbdns-conf

The djbdns-conf program

djbdns-conf sets up, shutdowns, enables or disables a variety of djbdns Domain Name System services.

Interface

     djbdns-conf [--nobuddy] command type name [IP address]

Commands:

make
creates a djbdns service frame to the /package/admin/djbdns-conf/etc/servers/type-name directory.
other commands
other djbdns-conf are the same as daemontools-conf commands (like calling daemontools-conf command type name)

Types:

dnscache
Cache-only Domain Name Service. The configuration is created by dnscache-conf.
tinydns
Non-caching non-recursive DNS service. The configuration is created by tinydns-conf. If multiple configuration files is set, it replaces root/ dir with a special Makefile.
walldns
Reverse DNS wall. The configuration is created by walldns-conf.
axfrdns
AXFR zone-transfer interface. axfrdns configures it's tinydns buddy automatically, if you do not specify the --nobuddy option.

Name:

You can name the djbdns service frame. The full name is made by its type and the name you specified, delimited by a dash. Thus, you can create eg. tinydns-inner, tinydns-outer, and dnscache-local.

IP address:

The IP address specifies which interface you'd like to run the service. Only useful with make command. If omitted, local IP address (127.0.0.1) is substituted.