diff options
Diffstat (limited to 'openbsd')
| -rw-r--r-- | openbsd/frontends/var/nsd.blowfish/etc/nsd.conf | 25 |
1 files changed, 23 insertions, 2 deletions
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 |
