From 40d7752f125a4ba992acbb2b835a7a864261f95c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 22 Jan 2022 12:37:40 +0000 Subject: add foo.surf --- openbsd/frontends/var/nsd.blowfish/etc/nsd.conf | 6 ++++++ .../var/nsd.blowfish/zones/master/foo.surf.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.surf.zone (limited to 'openbsd/frontends') diff --git a/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf b/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf index 98a0190..4817554 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.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" 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.twofish/etc/nsd.conf b/openbsd/frontends/var/nsd.twofish/etc/nsd.conf index 339113e..b40ceee 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.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 -- cgit v1.2.3