Setup of Devuan name server sub system.
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.
|
- # 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"
-
- server:
- round-robin: yes
-
- zone:
- name: test.devuan.dev
- zonefile: /etc/nsd/%s.zone
- # Following 2 for telling secondary at 10.0.10.3
- notify: 10.0.10.3 NOKEY
- provide-xfr: 10.0.10.3 NOKEY
- # Following 2 for telling secondary at 10.0.10.1
- notify: 10.0.10.1 NOKEY
- provide-xfr: 10.0.10.1 NOKEY
-
- zone:
- name: devuan.dev
- zonefile: /etc/nsd/%s.zone
- # Following 2 for telling secondary at 10.0.10.3
- notify: 10.0.10.3 NOKEY
- provide-xfr: 10.0.10.3 NOKEY
- # Following 2 for telling secondary at 10.0.10.1
- notify: 10.0.10.1 NOKEY
- provide-xfr: 10.0.10.1 NOKEY
-
- zone:
- name: devuan.org
- zonefile: /etc/nsd/%s.zone
- # Following 2 for telling secondary at 10.0.10.3
- notify: 10.0.10.3 NOKEY
- provide-xfr: 10.0.10.3 NOKEY
- # Following 2 for telling secondary at 10.0.10.1
- notify: 10.0.10.1 NOKEY
- provide-xfr: 10.0.10.1 NOKEY
-
- zone:
- name: devuan.net
- zonefile: /etc/nsd/%s.zone
- # Following 2 for telling secondary at 10.0.10.3
- notify: 10.0.10.3 NOKEY
- provide-xfr: 10.0.10.3 NOKEY
- # Following 2 for telling secondary at 10.0.10.1
- notify: 10.0.10.1 NOKEY
- provide-xfr: 10.0.10.1 NOKEY
|