1# Copyright (c) 2007, Secure64 Software Corporation
2#
3# Permission is hereby granted, free of charge, to any person obtaining a copy
4# of this software and associated documentation files (the "Software"), to deal
5# in the Software without restriction, including without limitation the rights
6# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7# copies of the Software, and to permit persons to whom the Software is
8# furnished to do so, subject to the following conditions:
9#
10# The above copyright notice and this permission notice shall be included in
11# all copies or substantial portions of the Software.
12#
13# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19# THE SOFTWARE.
20#
21#
22# config file for bind2nsd
23#
24
25#--- parameters for the bind2nsd command ---------------------------------
26
27# default: named_root = /etc/bind9
28# default: named_conf = named.conf
29# default: nsd_conf = nsd.conf
30# default: nsd_conf_dir = /etc/nsd/
31# default: nsd_preamble = nsd.conf-preamble
32
33#--- options to fill in the blanks in nsd.conf ---------------------------
34
35# default: acl_list = "acl_list"
36# default: database = "nsd.db" => server data base name
37# default: difffile = "ixfr.db" => change data base on server
38# default: identity = "unknown" => nodename for server
39# default: ip-address = 127.0.0.1 1.2.3.4 => listen for requests on these
40# default: logfile = "log" => nsd log file on server
41# default: pidfile = "pid" => nsd pid file on server
42# default: port = 53
43# default: statistics = 3600
44# default: username = nsd
45# default: xfrd-reload-timeout = 10
46
47#-- parameters for s64-sync or s64-mkpw -----------------------------------
48
49# default: bind2nsd = /usr/bin/bind2nsd => where the translation script lives
50# default: dest-ip = 127.0.0.1 => where to copy to
51# default: destuser = dns => login name for scp (on server)
52# default: dnspw = iforgot => dnsconfig password (see s64-mkpw)
53# default: named-checkconf = /usr/sbin/named-checkconf => BIND command location
54# default: named-checkzone = /usr/sbin/named-checkzone => BIND command location
55# default: named_root = /etc/bind9 => default BIND config directory
56# default: named_conf = named.conf => BIND config file name
57# default: named_watchlist = /etc/named.conf => config files to poll
58# default: password_file = /etc/bind2nsd/passwd => encrypted passwords
59# default: sleep_time = 5 => poll time, in seconds
60# default: syspw = iforgot => sysconfig password (see s64-mkpw)
61# default: tmpdir = /tmp/secure64/ => must have trailing slash, is where the
62#                                     xlated files are stashed
63
64#-- only useful in DEMO-MODE in s64-sync
65
66# default: destdir = /tmp/foobar => where to copy xlated files to
67# default: rebuild_cmd = /etc/init.d/nsdc rebuild => rebuild zonedb
68# default: restart_cmd = /etc/init.d/nsdc restart => restart nsd
69# default: start_cmd = /etc/init.d/nsdc start => start nsd
70# default: stop_cmd = /etc/init.d/nsdc stop => stop nsd
71# default: zonec_cmd = /etc/init.d/zonec => invoke nsd zone compiler
72
73