diff options
| author | Paul Buetow <paul@buetow.org> | 2022-01-17 22:06:19 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-01-17 22:06:19 +0000 |
| commit | fb5a347f1fc198dc10705cbede941f61e086c65a (patch) | |
| tree | 8e268e2d69f89c736289826f0c2d45a120c8ed58 /openbsd | |
| parent | 95072de567a95beabf0ed48fbf587428fa7411f4 (diff) | |
update nsd slave config to reflect all recent changes
Diffstat (limited to 'openbsd')
| -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 |
