From 30299bf12357a29a2c94a2588c08bc017081fad2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 3 Sep 2022 10:53:15 +0100 Subject: add fishfinger.buetow.org (OpenBSD.Amsterdam) --- frontends/var/nsd/etc/nsd.conf.master.tpl | 6 ++++-- frontends/var/nsd/zones/master/buetow.org.zone.tpl | 11 +++++++++++ frontends/var/nsd/zones/master/foo.zone.zone.tpl | 1 + 3 files changed, 16 insertions(+), 2 deletions(-) (limited to 'frontends/var/nsd') diff --git a/frontends/var/nsd/etc/nsd.conf.master.tpl b/frontends/var/nsd/etc/nsd.conf.master.tpl index 310550a..cf1c311 100644 --- a/frontends/var/nsd/etc/nsd.conf.master.tpl +++ b/frontends/var/nsd/etc/nsd.conf.master.tpl @@ -14,6 +14,8 @@ remote-control: zone: name: "<%= $zone %>" zonefile: "master/<%= $zone %>.zone" - notify: 108.160.134.135 blowfish.buetow.org - provide-xfr: 108.160.134.135 blowfish.buetow.org + <% for my $slave_ip (qw/108.160.134.135 46.23.94.99/) { %> + notify: <%= $slave_ip %> blowfish.buetow.org + provide-xfr: <%= $slave_ip %> blowfish.buetow.org + <% } -%> <% } %> diff --git a/frontends/var/nsd/zones/master/buetow.org.zone.tpl b/frontends/var/nsd/zones/master/buetow.org.zone.tpl index eb031fe..811cc8d 100644 --- a/frontends/var/nsd/zones/master/buetow.org.zone.tpl +++ b/frontends/var/nsd/zones/master/buetow.org.zone.tpl @@ -8,14 +8,17 @@ $TTL 4h 1h ) ; negative IN NS blowfish.buetow.org. IN NS twofish.buetow.org. + IN NS fishfinger.buetow.org. IN MX 10 blowfish.buetow.org. IN MX 20 twofish.buetow.org. + IN MX 30 fishfinger.buetow.org. 86400 IN A 23.88.35.144 86400 IN AAAA 2a01:4f8:c17:20f1::42 * IN MX 10 blowfish.buetow.org. * IN MX 20 twofish.buetow.org. +* IN MX 30 fishfinger.buetow.org. * 86400 IN A 23.88.35.144 * 86400 IN AAAA 2a01:4f8:c17:20f1::42 @@ -34,6 +37,14 @@ www.paul 3600 IN CNAME twofish www.tmp 3600 IN CNAME twofish www.dory 3600 IN CNAME twofish +fishfinger 86400 IN A 46.23.94.99 +fishfinger 86400 IN AAAA 2a03:6000:6f67:624::99 +git3 3600 IN CNAME fishfinger +ww3 3600 IN CNAME fishfinger +ww3.paul 3600 IN CNAME fishfinger +ww3.tmp 3600 IN CNAME fishfinger +ww3.dory 3600 IN CNAME fishfinger + vulcan 86400 IN A 95.216.174.192 vulcan 86400 IN AAAA 2a01:4f9:c010:250e::1 vu 86400 IN CNAME vulcan diff --git a/frontends/var/nsd/zones/master/foo.zone.zone.tpl b/frontends/var/nsd/zones/master/foo.zone.zone.tpl index 41bd5c5..0974333 100644 --- a/frontends/var/nsd/zones/master/foo.zone.zone.tpl +++ b/frontends/var/nsd/zones/master/foo.zone.zone.tpl @@ -16,3 +16,4 @@ $TTL 4h 300 IN AAAA 2a01:4f8:c17:20f1::42 * 300 IN CNAME blowfish.buetow.org. www 300 IN CNAME twofish.buetow.org. +codeberg 3600 IN CNAME snonux.codeberg.page. -- cgit v1.2.3