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.
|
- # This file is a configuration snippet for nsd slaves on the dev1nsd
- # network (10.0.10.*). It needs to be distributed into their
- # /etc/nsd/nsd.conf.d/ directory, and they need to have an appropriate
- # include statement in their /etc/nsd/nsd.conf
-
- zone:
- name: test.devuan.dev
- allow-notify: 10.0.10.2 NOKEY
- request-xfr: 10.0.10.2 NOKEY
- zone:
- name: devuan.dev
- allow-notify: 10.0.10.2 NOKEY
- request-xfr: 10.0.10.2 NOKEY
- #zone:
- # name: devuan.io
- # allow-notify: 10.0.10.2 NOKEY
- # request-xfr: 10.0.10.2 NOKEY
- zone:
- name: devuan.org
- allow-notify: 10.0.10.2 NOKEY
- request-xfr: 10.0.10.2 NOKEY
- zone:
- name: devuan.net
- allow-notify: 10.0.10.2 NOKEY
- request-xfr: 10.0.10.2 NOKEY
|