Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# Copyright (c) 2007, Secure64 Software Corporation
# 
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
# 
#
# config file for bind2nsd
#

#--- parameters for the bind2nsd command ---------------------------------

# default: named_root = /etc/bind9
# default: named_conf = named.conf
# default: nsd_conf = nsd.conf
# default: nsd_conf_dir = /etc/nsd/
# default: nsd_preamble = nsd.conf-preamble

#--- options to fill in the blanks in nsd.conf ---------------------------

# default: acl_list = "acl_list"
# default: database = "nsd.db" => server data base name
# default: difffile = "ixfr.db" => change data base on server
# default: identity = "unknown" => nodename for server
# default: ip-address = 127.0.0.1 1.2.3.4 => listen for requests on these
# default: logfile = "log" => nsd log file on server
# default: pidfile = "pid" => nsd pid file on server
# default: port = 53
# default: statistics = 3600
# default: username = nsd
# default: xfrd-reload-timeout = 10

#-- parameters for s64-sync or s64-mkpw -----------------------------------

# default: bind2nsd = /usr/bin/bind2nsd => where the translation script lives
# default: dest-ip = 127.0.0.1 => where to copy to
# default: destuser = dns => login name for scp (on server)
# default: dnspw = iforgot => dnsconfig password (see s64-mkpw)
# default: named-checkconf = /usr/sbin/named-checkconf => BIND command location
# default: named-checkzone = /usr/sbin/named-checkzone => BIND command location
# default: named_root = /etc/bind9 => default BIND config directory
# default: named_conf = named.conf => BIND config file name
# default: named_watchlist = /etc/named.conf => config files to poll
# default: password_file = /etc/bind2nsd/passwd => encrypted passwords
# default: sleep_time = 5 => poll time, in seconds
# default: syspw = iforgot => sysconfig password (see s64-mkpw)
# default: tmpdir = /tmp/secure64/ => must have trailing slash, is where the
#                                     xlated files are stashed

#-- only useful in DEMO-MODE in s64-sync

# default: destdir = /tmp/foobar => where to copy xlated files to
# default: rebuild_cmd = /etc/init.d/nsdc rebuild => rebuild zonedb
# default: restart_cmd = /etc/init.d/nsdc restart => restart nsd
# default: start_cmd = /etc/init.d/nsdc start => start nsd
# default: stop_cmd = /etc/init.d/nsdc stop => stop nsd
# default: zonec_cmd = /etc/init.d/zonec => invoke nsd zone compiler