From 749c81eca7124365f3387fd569f13847f0f73c58 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 16 Jan 2022 20:52:24 +0000 Subject: add slave --- openbsd/frontends/var/nsd.blowfish/etc/nsd.conf | 9 --------- openbsd/frontends/var/nsd.twofish/etc/nsd.conf | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 openbsd/frontends/var/nsd.twofish/etc/nsd.conf (limited to 'openbsd') diff --git a/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf b/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf index 9c3e1c3..7dd398e 100644 --- a/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf +++ b/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf @@ -1,5 +1,3 @@ -# $OpenBSD: nsd.conf,v 1.13 2018/08/16 17:59:12 florian Exp $ - server: hide-version: yes verbosity: 3 @@ -9,13 +7,6 @@ remote-control: control-enable: yes control-interface: /var/run/nsd.sock -## tsig key example -# key: -# name: "blowfish.buetow.org." -# algorithm: hmac-sha256 -# secret: "bWVrbWl0YXNkaWdvYXQ=" - -## master zone example zone: name: "snonux.me" zonefile: "master/snonux.me.zone" diff --git a/openbsd/frontends/var/nsd.twofish/etc/nsd.conf b/openbsd/frontends/var/nsd.twofish/etc/nsd.conf new file mode 100644 index 0000000..da5246a --- /dev/null +++ b/openbsd/frontends/var/nsd.twofish/etc/nsd.conf @@ -0,0 +1,16 @@ +# $OpenBSD: nsd.conf,v 1.13 2018/08/16 17:59:12 florian Exp $ + +server: + hide-version: yes + verbosity: 3 + database: "" # disable database + +remote-control: + control-enable: yes + control-interface: /var/run/nsd.sock + +zone: + name: "snonux.me" + zonefile: "slave/snonux.me" + allow-notify: 23.88.35.144 NOKEY + request-xfr: 23.88.35.144 NOKEY -- cgit v1.2.3