From 4be2e88532479f77e7c4b9d51c6c59a6eb823005 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 22 Jan 2022 18:48:26 +0000 Subject: add foo.zone --- openbsd/frontends/var/nsd.blowfish/etc/nsd.conf | 6 ++++++ .../var/nsd.blowfish/zones/master/foo.zone.zone | 20 ++++++++++++++++++++ openbsd/frontends/var/nsd.twofish/etc/nsd.conf | 5 +++++ 3 files changed, 31 insertions(+) create mode 100644 openbsd/frontends/var/nsd.blowfish/zones/master/foo.zone.zone (limited to 'openbsd/frontends/var') diff --git a/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf b/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf index 4817554..d95a168 100644 --- a/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf +++ b/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf @@ -22,6 +22,12 @@ 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" 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.twofish/etc/nsd.conf b/openbsd/frontends/var/nsd.twofish/etc/nsd.conf index b40ceee..3ce547a 100644 --- a/openbsd/frontends/var/nsd.twofish/etc/nsd.conf +++ b/openbsd/frontends/var/nsd.twofish/etc/nsd.conf @@ -19,6 +19,11 @@ zone: 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 -- cgit v1.2.3