From fb5a347f1fc198dc10705cbede941f61e086c65a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 17 Jan 2022 22:06:19 +0000 Subject: update nsd slave config to reflect all recent changes --- openbsd/frontends/var/nsd.twofish/etc/nsd.conf | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'openbsd/frontends') diff --git a/openbsd/frontends/var/nsd.twofish/etc/nsd.conf b/openbsd/frontends/var/nsd.twofish/etc/nsd.conf index da5246a..2e8a8c0 100644 --- a/openbsd/frontends/var/nsd.twofish/etc/nsd.conf +++ b/openbsd/frontends/var/nsd.twofish/etc/nsd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: nsd.conf,v 1.13 2018/08/16 17:59:12 florian Exp $ +include: "/var/nsd/etc/key.conf" server: hide-version: yes @@ -9,8 +9,22 @@ remote-control: control-enable: yes control-interface: /var/run/nsd.sock +zone: + name: "buetow.org" + allow-notify: 23.88.35.144 blowfish.buetow.org + request-xfr: 23.88.35.144 blowfish.buetow.org + +zone: + name: "dtail.dev" + allow-notify: 23.88.35.144 blowfish.buetow.org + request-xfr: 23.88.35.144 blowfish.buetow.org + +zone: + name: "snonux.de" + allow-notify: 23.88.35.144 blowfish.buetow.org + request-xfr: 23.88.35.144 blowfish.buetow.org + zone: name: "snonux.me" - zonefile: "slave/snonux.me" - allow-notify: 23.88.35.144 NOKEY - request-xfr: 23.88.35.144 NOKEY + allow-notify: 23.88.35.144 blowfish.buetow.org + request-xfr: 23.88.35.144 blowfish.buetow.org -- cgit v1.2.3