You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
690 B
23 lines
690 B
# NSD configuration file for Debian.
|
|
#
|
|
# See the nsd.conf(5) man page.
|
|
#
|
|
# See /usr/share/doc/nsd/examples/nsd.conf for a commented
|
|
# reference config file.
|
|
#
|
|
# The following line includes additional configuration files from the
|
|
# /etc/nsd/nsd.conf.d directory.
|
|
|
|
# WARNING: The glob style doesn't work yet...
|
|
# include: "/etc/nsd/nsd.conf.d/*.conf"
|
|
|
|
zone:
|
|
# This server is zone master.
|
|
name: devuan.dev
|
|
zonefile: /etc/nsd/%s.zone
|
|
# Following 2 for telling secondary at 192.168.97.92
|
|
notify: 192.168.97.92 NOKEY
|
|
provide-xfr: 192.168.97.92 NOKEY
|
|
# Following 2 for telling secondary at 10.0.10.1
|
|
notify: 10.0.10.1 NOKEY
|
|
provide-xfr: 10.0.10.1 NOKEY
|
|
|