From fb684acb8ca218d0406e5abb8c3001d5d1a6c944 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 22 Jan 2022 19:37:21 +0000 Subject: make it so --- .../frontends/var/nsd.blowfish/etc/key.conf.templ | 4 -- openbsd/frontends/var/nsd.blowfish/etc/nsd.conf | 47 ---------------------- .../var/nsd.blowfish/zones/master/buetow.org.zone | 37 ----------------- .../var/nsd.blowfish/zones/master/dtail.dev.zone | 16 -------- .../var/nsd.blowfish/zones/master/foo.surf.zone | 20 --------- .../var/nsd.blowfish/zones/master/foo.zone.zone | 20 --------- .../var/nsd.blowfish/zones/master/snonux.de.zone | 21 ---------- .../var/nsd.blowfish/zones/master/snonux.me.zone | 21 ---------- .../frontends/var/nsd.twofish/etc/key.conf.templ | 4 -- openbsd/frontends/var/nsd.twofish/etc/nsd.conf | 40 ------------------ .../frontends/var/nsd:blowfish/etc/key.conf.templ | 4 ++ openbsd/frontends/var/nsd:blowfish/etc/nsd.conf | 47 ++++++++++++++++++++++ .../var/nsd:blowfish/zones/master/buetow.org.zone | 37 +++++++++++++++++ .../var/nsd:blowfish/zones/master/dtail.dev.zone | 16 ++++++++ .../var/nsd:blowfish/zones/master/foo.surf.zone | 20 +++++++++ .../var/nsd:blowfish/zones/master/foo.zone.zone | 20 +++++++++ .../var/nsd:blowfish/zones/master/snonux.de.zone | 21 ++++++++++ .../var/nsd:blowfish/zones/master/snonux.me.zone | 21 ++++++++++ .../frontends/var/nsd:twofish/etc/key.conf.templ | 4 ++ openbsd/frontends/var/nsd:twofish/etc/nsd.conf | 40 ++++++++++++++++++ 20 files changed, 230 insertions(+), 230 deletions(-) delete mode 100644 openbsd/frontends/var/nsd.blowfish/etc/key.conf.templ delete mode 100644 openbsd/frontends/var/nsd.blowfish/etc/nsd.conf delete mode 100644 openbsd/frontends/var/nsd.blowfish/zones/master/buetow.org.zone delete mode 100644 openbsd/frontends/var/nsd.blowfish/zones/master/dtail.dev.zone delete mode 100644 openbsd/frontends/var/nsd.blowfish/zones/master/foo.surf.zone delete mode 100644 openbsd/frontends/var/nsd.blowfish/zones/master/foo.zone.zone delete mode 100644 openbsd/frontends/var/nsd.blowfish/zones/master/snonux.de.zone delete mode 100644 openbsd/frontends/var/nsd.blowfish/zones/master/snonux.me.zone delete mode 100644 openbsd/frontends/var/nsd.twofish/etc/key.conf.templ delete mode 100644 openbsd/frontends/var/nsd.twofish/etc/nsd.conf create mode 100644 openbsd/frontends/var/nsd:blowfish/etc/key.conf.templ create mode 100644 openbsd/frontends/var/nsd:blowfish/etc/nsd.conf create mode 100644 openbsd/frontends/var/nsd:blowfish/zones/master/buetow.org.zone create mode 100644 openbsd/frontends/var/nsd:blowfish/zones/master/dtail.dev.zone create mode 100644 openbsd/frontends/var/nsd:blowfish/zones/master/foo.surf.zone create mode 100644 openbsd/frontends/var/nsd:blowfish/zones/master/foo.zone.zone create mode 100644 openbsd/frontends/var/nsd:blowfish/zones/master/snonux.de.zone create mode 100644 openbsd/frontends/var/nsd:blowfish/zones/master/snonux.me.zone create mode 100644 openbsd/frontends/var/nsd:twofish/etc/key.conf.templ create mode 100644 openbsd/frontends/var/nsd:twofish/etc/nsd.conf (limited to 'openbsd') diff --git a/openbsd/frontends/var/nsd.blowfish/etc/key.conf.templ b/openbsd/frontends/var/nsd.blowfish/etc/key.conf.templ deleted file mode 100644 index 36e855f..0000000 --- a/openbsd/frontends/var/nsd.blowfish/etc/key.conf.templ +++ /dev/null @@ -1,4 +0,0 @@ -key: - name: blowfish.buetow.org - algorithm: hmac-sha256 - secret: %%ADDSECRETHEREIN"MARKS%% diff --git a/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf b/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf deleted file mode 100644 index d95a168..0000000 --- a/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf +++ /dev/null @@ -1,47 +0,0 @@ -include: "/var/nsd/etc/key.conf" - -server: - hide-version: yes - verbosity: 1 - 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: "foo.zone" - zonefile: "master/foo.zone.zone" - notify: 108.160.134.135 blowfish.buetow.org - provide-xfr: 108.160.134.135 blowfish.buetow.org - -zone: - name: "foo.surf" - zonefile: "master/foo.surf.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 diff --git a/openbsd/frontends/var/nsd.blowfish/zones/master/buetow.org.zone b/openbsd/frontends/var/nsd.blowfish/zones/master/buetow.org.zone deleted file mode 100644 index efbf5b5..0000000 --- a/openbsd/frontends/var/nsd.blowfish/zones/master/buetow.org.zone +++ /dev/null @@ -1,37 +0,0 @@ -$ORIGIN buetow.org. -$TTL 4h -@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( - 2022011713 ; serial - 1h ; refresh - 30m ; retry - 7d ; expire - 1h ) ; negative - IN NS blowfish.buetow.org. - IN NS twofish.buetow.org. - - IN MX 10 buetow.org. - IN MX 20 www.buetow.org. - 86400 IN A 23.88.35.144 - 86400 IN AAAA 2a01:4f8:c17:20f1::42 - -* IN MX 10 buetow.org. -* IN MX 20 www.buetow.org. -* 86400 IN A 23.88.35.144 -* 86400 IN AAAA 2a01:4f8:c17:20f1::42 - -blowfish 86400 IN A 23.88.35.144 -blowfish 86400 IN AAAA 2a01:4f8:c17:20f1::42 -git1 3600 IN CNAME blowfish - -twofish 86400 IN A 108.160.134.135 -twofish 86400 IN AAAA 2401:c080:1000:45af:5400:3ff:fec6:ca1d -git2 3600 IN CNAME twofish -www 3600 IN CNAME twofish - -vulcan 86400 IN A 95.216.174.192 -vulcan 86400 IN AAAA 2a01:4f9:c010:250e::1 -vu 86400 IN CNAME vulcan -wolke7 3600 IN CNAME vulcan - -sofia 86400 IN CNAME 79-100-3-54.ip.btc-net.bg. -www2 3600 IN CNAME snonux.codeberg.page. diff --git a/openbsd/frontends/var/nsd.blowfish/zones/master/dtail.dev.zone b/openbsd/frontends/var/nsd.blowfish/zones/master/dtail.dev.zone deleted file mode 100644 index 09018a4..0000000 --- a/openbsd/frontends/var/nsd.blowfish/zones/master/dtail.dev.zone +++ /dev/null @@ -1,16 +0,0 @@ -$ORIGIN dtail.dev. -$TTL 4h -@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( - 2022011708 ; serial - 1h ; refresh - 30m ; retry - 7d ; expire - 1h ) ; negative - IN NS blowfish.buetow.org. - IN NS twofish.buetow.org. - - 86400 IN A 23.88.35.144 - 86400 IN AAAA 2a01:4f8:c17:20f1::4 -* 86400 IN CNAME blowfish.buetow.org. -github 86400 IN CNAME mimecast.github.io. - diff --git a/openbsd/frontends/var/nsd.blowfish/zones/master/foo.surf.zone b/openbsd/frontends/var/nsd.blowfish/zones/master/foo.surf.zone deleted file mode 100644 index 924f85a..0000000 --- a/openbsd/frontends/var/nsd.blowfish/zones/master/foo.surf.zone +++ /dev/null @@ -1,20 +0,0 @@ -$ORIGIN foo.surf. -$TTL 4h -@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( - 2022011706 ; serial - 1h ; refresh - 30m ; retry - 7d ; expire - 1h ) ; negative - IN NS blowfish.buetow.org. - IN NS twofish.buetow.org. - - IN MX 10 buetow.org. - IN MX 20 www.buetow.org. - - - 86400 IN A 23.88.35.144 - 86400 IN AAAA 2a01:4f8:c17:20f1::42 -* 86400 IN CNAME blowfish.buetow.org. -www 86400 IN CNAME twofish.buetow.org. -www2 86400 IN CNAME snonux.codeberg.page. diff --git a/openbsd/frontends/var/nsd.blowfish/zones/master/foo.zone.zone b/openbsd/frontends/var/nsd.blowfish/zones/master/foo.zone.zone deleted file mode 100644 index df318a2..0000000 --- a/openbsd/frontends/var/nsd.blowfish/zones/master/foo.zone.zone +++ /dev/null @@ -1,20 +0,0 @@ -$ORIGIN foo.zone. -$TTL 4h -@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( - 2022011706 ; serial - 1h ; refresh - 30m ; retry - 7d ; expire - 1h ) ; negative - IN NS blowfish.buetow.org. - IN NS twofish.buetow.org. - - IN MX 10 buetow.org. - IN MX 20 www.buetow.org. - - - 86400 IN A 23.88.35.144 - 86400 IN AAAA 2a01:4f8:c17:20f1::42 -* 86400 IN CNAME blowfish.buetow.org. -www 86400 IN CNAME twofish.buetow.org. -www2 86400 IN CNAME snonux.codeberg.page. diff --git a/openbsd/frontends/var/nsd.blowfish/zones/master/snonux.de.zone b/openbsd/frontends/var/nsd.blowfish/zones/master/snonux.de.zone deleted file mode 100644 index 1696623..0000000 --- a/openbsd/frontends/var/nsd.blowfish/zones/master/snonux.de.zone +++ /dev/null @@ -1,21 +0,0 @@ -$ORIGIN snonux.de. -$TTL 4h -@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( - 2022011706 ; serial - 1h ; refresh - 30m ; retry - 7d ; expire - 1h ) ; negative - IN NS blowfish.buetow.org. - IN NS twofish.buetow.org. - - IN MX 10 buetow.org. - IN MX 20 www.buetow.org. - - - 86400 IN A 23.88.35.144 - 86400 IN AAAA 2a01:4f8:c17:20f1::42 -* 86400 IN CNAME blowfish.buetow.org. -www 86400 IN CNAME twofish.buetow.org. -www2 86400 IN CNAME snonux.codeberg.page. - diff --git a/openbsd/frontends/var/nsd.blowfish/zones/master/snonux.me.zone b/openbsd/frontends/var/nsd.blowfish/zones/master/snonux.me.zone deleted file mode 100644 index 9c8e320..0000000 --- a/openbsd/frontends/var/nsd.blowfish/zones/master/snonux.me.zone +++ /dev/null @@ -1,21 +0,0 @@ -$ORIGIN snonux.me. -$TTL 4h -@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( - 2022011706 ; serial - 1h ; refresh - 30m ; retry - 7d ; expire - 1h ) ; negative - IN NS blowfish.buetow.org. - IN NS twofish.buetow.org. - - IN MX 10 buetow.org. - IN MX 20 www.buetow.org. - - - 86400 IN A 23.88.35.144 - 86400 IN AAAA 2a01:4f8:c17:20f1::42 -* 86400 IN CNAME blowfish.buetow.org. -www 86400 IN CNAME twofish.buetow.org. -www2 86400 IN CNAME snonux.codeberg.page. - diff --git a/openbsd/frontends/var/nsd.twofish/etc/key.conf.templ b/openbsd/frontends/var/nsd.twofish/etc/key.conf.templ deleted file mode 100644 index 36e855f..0000000 --- a/openbsd/frontends/var/nsd.twofish/etc/key.conf.templ +++ /dev/null @@ -1,4 +0,0 @@ -key: - name: blowfish.buetow.org - algorithm: hmac-sha256 - secret: %%ADDSECRETHEREIN"MARKS%% diff --git a/openbsd/frontends/var/nsd.twofish/etc/nsd.conf b/openbsd/frontends/var/nsd.twofish/etc/nsd.conf deleted file mode 100644 index 3ce547a..0000000 --- a/openbsd/frontends/var/nsd.twofish/etc/nsd.conf +++ /dev/null @@ -1,40 +0,0 @@ -include: "/var/nsd/etc/key.conf" - -server: - hide-version: yes - verbosity: 1 - database: "" # disable database - -remote-control: - control-enable: yes - 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: "foo.zone" - allow-notify: 23.88.35.144 blowfish.buetow.org - request-xfr: 23.88.35.144 blowfish.buetow.org - -zone: - name: "foo.surf" - 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" - allow-notify: 23.88.35.144 blowfish.buetow.org - request-xfr: 23.88.35.144 blowfish.buetow.org diff --git a/openbsd/frontends/var/nsd:blowfish/etc/key.conf.templ b/openbsd/frontends/var/nsd:blowfish/etc/key.conf.templ new file mode 100644 index 0000000..36e855f --- /dev/null +++ b/openbsd/frontends/var/nsd:blowfish/etc/key.conf.templ @@ -0,0 +1,4 @@ +key: + name: blowfish.buetow.org + algorithm: hmac-sha256 + secret: %%ADDSECRETHEREIN"MARKS%% diff --git a/openbsd/frontends/var/nsd:blowfish/etc/nsd.conf b/openbsd/frontends/var/nsd:blowfish/etc/nsd.conf new file mode 100644 index 0000000..d95a168 --- /dev/null +++ b/openbsd/frontends/var/nsd:blowfish/etc/nsd.conf @@ -0,0 +1,47 @@ +include: "/var/nsd/etc/key.conf" + +server: + hide-version: yes + verbosity: 1 + 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: "foo.zone" + zonefile: "master/foo.zone.zone" + notify: 108.160.134.135 blowfish.buetow.org + provide-xfr: 108.160.134.135 blowfish.buetow.org + +zone: + name: "foo.surf" + zonefile: "master/foo.surf.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 diff --git a/openbsd/frontends/var/nsd:blowfish/zones/master/buetow.org.zone b/openbsd/frontends/var/nsd:blowfish/zones/master/buetow.org.zone new file mode 100644 index 0000000..efbf5b5 --- /dev/null +++ b/openbsd/frontends/var/nsd:blowfish/zones/master/buetow.org.zone @@ -0,0 +1,37 @@ +$ORIGIN buetow.org. +$TTL 4h +@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( + 2022011713 ; serial + 1h ; refresh + 30m ; retry + 7d ; expire + 1h ) ; negative + IN NS blowfish.buetow.org. + IN NS twofish.buetow.org. + + IN MX 10 buetow.org. + IN MX 20 www.buetow.org. + 86400 IN A 23.88.35.144 + 86400 IN AAAA 2a01:4f8:c17:20f1::42 + +* IN MX 10 buetow.org. +* IN MX 20 www.buetow.org. +* 86400 IN A 23.88.35.144 +* 86400 IN AAAA 2a01:4f8:c17:20f1::42 + +blowfish 86400 IN A 23.88.35.144 +blowfish 86400 IN AAAA 2a01:4f8:c17:20f1::42 +git1 3600 IN CNAME blowfish + +twofish 86400 IN A 108.160.134.135 +twofish 86400 IN AAAA 2401:c080:1000:45af:5400:3ff:fec6:ca1d +git2 3600 IN CNAME twofish +www 3600 IN CNAME twofish + +vulcan 86400 IN A 95.216.174.192 +vulcan 86400 IN AAAA 2a01:4f9:c010:250e::1 +vu 86400 IN CNAME vulcan +wolke7 3600 IN CNAME vulcan + +sofia 86400 IN CNAME 79-100-3-54.ip.btc-net.bg. +www2 3600 IN CNAME snonux.codeberg.page. diff --git a/openbsd/frontends/var/nsd:blowfish/zones/master/dtail.dev.zone b/openbsd/frontends/var/nsd:blowfish/zones/master/dtail.dev.zone new file mode 100644 index 0000000..09018a4 --- /dev/null +++ b/openbsd/frontends/var/nsd:blowfish/zones/master/dtail.dev.zone @@ -0,0 +1,16 @@ +$ORIGIN dtail.dev. +$TTL 4h +@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( + 2022011708 ; serial + 1h ; refresh + 30m ; retry + 7d ; expire + 1h ) ; negative + IN NS blowfish.buetow.org. + IN NS twofish.buetow.org. + + 86400 IN A 23.88.35.144 + 86400 IN AAAA 2a01:4f8:c17:20f1::4 +* 86400 IN CNAME blowfish.buetow.org. +github 86400 IN CNAME mimecast.github.io. + diff --git a/openbsd/frontends/var/nsd:blowfish/zones/master/foo.surf.zone b/openbsd/frontends/var/nsd:blowfish/zones/master/foo.surf.zone new file mode 100644 index 0000000..924f85a --- /dev/null +++ b/openbsd/frontends/var/nsd:blowfish/zones/master/foo.surf.zone @@ -0,0 +1,20 @@ +$ORIGIN foo.surf. +$TTL 4h +@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( + 2022011706 ; serial + 1h ; refresh + 30m ; retry + 7d ; expire + 1h ) ; negative + IN NS blowfish.buetow.org. + IN NS twofish.buetow.org. + + IN MX 10 buetow.org. + IN MX 20 www.buetow.org. + + + 86400 IN A 23.88.35.144 + 86400 IN AAAA 2a01:4f8:c17:20f1::42 +* 86400 IN CNAME blowfish.buetow.org. +www 86400 IN CNAME twofish.buetow.org. +www2 86400 IN CNAME snonux.codeberg.page. diff --git a/openbsd/frontends/var/nsd:blowfish/zones/master/foo.zone.zone b/openbsd/frontends/var/nsd:blowfish/zones/master/foo.zone.zone new file mode 100644 index 0000000..df318a2 --- /dev/null +++ b/openbsd/frontends/var/nsd:blowfish/zones/master/foo.zone.zone @@ -0,0 +1,20 @@ +$ORIGIN foo.zone. +$TTL 4h +@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( + 2022011706 ; serial + 1h ; refresh + 30m ; retry + 7d ; expire + 1h ) ; negative + IN NS blowfish.buetow.org. + IN NS twofish.buetow.org. + + IN MX 10 buetow.org. + IN MX 20 www.buetow.org. + + + 86400 IN A 23.88.35.144 + 86400 IN AAAA 2a01:4f8:c17:20f1::42 +* 86400 IN CNAME blowfish.buetow.org. +www 86400 IN CNAME twofish.buetow.org. +www2 86400 IN CNAME snonux.codeberg.page. diff --git a/openbsd/frontends/var/nsd:blowfish/zones/master/snonux.de.zone b/openbsd/frontends/var/nsd:blowfish/zones/master/snonux.de.zone new file mode 100644 index 0000000..1696623 --- /dev/null +++ b/openbsd/frontends/var/nsd:blowfish/zones/master/snonux.de.zone @@ -0,0 +1,21 @@ +$ORIGIN snonux.de. +$TTL 4h +@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( + 2022011706 ; serial + 1h ; refresh + 30m ; retry + 7d ; expire + 1h ) ; negative + IN NS blowfish.buetow.org. + IN NS twofish.buetow.org. + + IN MX 10 buetow.org. + IN MX 20 www.buetow.org. + + + 86400 IN A 23.88.35.144 + 86400 IN AAAA 2a01:4f8:c17:20f1::42 +* 86400 IN CNAME blowfish.buetow.org. +www 86400 IN CNAME twofish.buetow.org. +www2 86400 IN CNAME snonux.codeberg.page. + diff --git a/openbsd/frontends/var/nsd:blowfish/zones/master/snonux.me.zone b/openbsd/frontends/var/nsd:blowfish/zones/master/snonux.me.zone new file mode 100644 index 0000000..9c8e320 --- /dev/null +++ b/openbsd/frontends/var/nsd:blowfish/zones/master/snonux.me.zone @@ -0,0 +1,21 @@ +$ORIGIN snonux.me. +$TTL 4h +@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( + 2022011706 ; serial + 1h ; refresh + 30m ; retry + 7d ; expire + 1h ) ; negative + IN NS blowfish.buetow.org. + IN NS twofish.buetow.org. + + IN MX 10 buetow.org. + IN MX 20 www.buetow.org. + + + 86400 IN A 23.88.35.144 + 86400 IN AAAA 2a01:4f8:c17:20f1::42 +* 86400 IN CNAME blowfish.buetow.org. +www 86400 IN CNAME twofish.buetow.org. +www2 86400 IN CNAME snonux.codeberg.page. + diff --git a/openbsd/frontends/var/nsd:twofish/etc/key.conf.templ b/openbsd/frontends/var/nsd:twofish/etc/key.conf.templ new file mode 100644 index 0000000..36e855f --- /dev/null +++ b/openbsd/frontends/var/nsd:twofish/etc/key.conf.templ @@ -0,0 +1,4 @@ +key: + name: blowfish.buetow.org + algorithm: hmac-sha256 + secret: %%ADDSECRETHEREIN"MARKS%% diff --git a/openbsd/frontends/var/nsd:twofish/etc/nsd.conf b/openbsd/frontends/var/nsd:twofish/etc/nsd.conf new file mode 100644 index 0000000..3ce547a --- /dev/null +++ b/openbsd/frontends/var/nsd:twofish/etc/nsd.conf @@ -0,0 +1,40 @@ +include: "/var/nsd/etc/key.conf" + +server: + hide-version: yes + verbosity: 1 + database: "" # disable database + +remote-control: + control-enable: yes + 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: "foo.zone" + allow-notify: 23.88.35.144 blowfish.buetow.org + request-xfr: 23.88.35.144 blowfish.buetow.org + +zone: + name: "foo.surf" + 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" + allow-notify: 23.88.35.144 blowfish.buetow.org + request-xfr: 23.88.35.144 blowfish.buetow.org -- cgit v1.2.3