diff options
| author | Paul Buetow <openbsd@mx.buetow.org> | 2022-01-22 10:37:27 +0100 |
|---|---|---|
| committer | Paul Buetow <openbsd@mx.buetow.org> | 2022-01-22 10:37:27 +0100 |
| commit | 6ae6e00b24b1bab7ad42c149848675f8df6e0d54 (patch) | |
| tree | 9042a55022c4c8d3755dff7462ac4266f5eeda98 /openbsd/frontends | |
| parent | 42aeb1c405bd78a15637a7fb75ffa9ee2bbdd3a4 (diff) | |
| parent | fb5a347f1fc198dc10705cbede941f61e086c65a (diff) | |
Merge branch 'master' of codeberg.org:snonux/configs
Diffstat (limited to 'openbsd/frontends')
| -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 |
