From 95072de567a95beabf0ed48fbf587428fa7411f4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 17 Jan 2022 23:01:37 +0100 Subject: update nsd config to reflect newly added zones --- openbsd/frontends/var/nsd.blowfish/etc/nsd.conf | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'openbsd') diff --git a/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf b/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf index 7dd398e..4da4c29 100644 --- a/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf +++ b/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf @@ -1,14 +1,35 @@ +include: "/var/nsd/etc/key.conf" + server: hide-version: yes verbosity: 3 database: "" # disable database + debug-mode: no remote-control: control-enable: yes control-interface: /var/run/nsd.sock +zone: + name: "buetow.org" + zonefile: "master/buetow.org.zone" + notify: 108.160.134.135 blowfish.buetow.org + provide-xfr: 108.160.134.135 blowfish.buetow.org + +zone: + name: "dtail.dev" + zonefile: "master/dtail.dev.zone" + notify: 108.160.134.135 blowfish.buetow.org + provide-xfr: 108.160.134.135 blowfish.buetow.org + +zone: + name: "snonux.de" + zonefile: "master/snonux.de.zone" + notify: 108.160.134.135 blowfish.buetow.org + provide-xfr: 108.160.134.135 blowfish.buetow.org + zone: name: "snonux.me" zonefile: "master/snonux.me.zone" - notify 108.160.134.135 blowfish.buetow.org. - provide-xfr 108.160.134.135 blowfish.buetow.org. + notify: 108.160.134.135 blowfish.buetow.org + provide-xfr: 108.160.134.135 blowfish.buetow.org -- cgit v1.2.3