diff options
| -rw-r--r-- | openbsd/frontends/var/nsd.twofish/etc/nsd.conf | 22 |
1 files changed, 18 insertions, 4 deletions
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 @@ -10,7 +10,21 @@ remote-control: 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 |
