From c5a700427a90bac7156bb09c539c7d95b1bb10a8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 15 Feb 2026 21:21:04 +0200 Subject: cleanup of old zone template files and Rexfile --- frontends/Rexfile | 2 +- frontends/var/nsd/zones/master/buetow.org.zone.tpl | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'frontends') diff --git a/frontends/Rexfile b/frontends/Rexfile index 9591d41..8431535 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -93,7 +93,7 @@ our @f3s_hosts = our @dns_zones = qw/buetow.org dtail.dev foo.zone irregular.ninja snonux.foo/; our @dns_zones_remove = qw//; our @acme_hosts = - qw/buetow.org git.buetow.org paul.buetow.org dory.buetow.org ecat.buetow.org fotos.buetow.org znc.buetow.org dtail.dev foo.zone stats.foo.zone irregular.ninja alt.irregular.ninja snonux.foo gogios.buetow.org blowfish.buetow.org fishfinger.buetow.org/; + qw/buetow.org git.buetow.org paul.buetow.org dory.buetow.org ecat.buetow.org znc.buetow.org dtail.dev foo.zone stats.foo.zone irregular.ninja alt.irregular.ninja snonux.foo gogios.buetow.org blowfish.buetow.org fishfinger.buetow.org/; # All f3s hosts also have TLS certs. push @acme_hosts, @f3s_hosts; diff --git a/frontends/var/nsd/zones/master/buetow.org.zone.tpl b/frontends/var/nsd/zones/master/buetow.org.zone.tpl index 7d07671..3cf79e6 100644 --- a/frontends/var/nsd/zones/master/buetow.org.zone.tpl +++ b/frontends/var/nsd/zones/master/buetow.org.zone.tpl @@ -89,13 +89,6 @@ www.ecat 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover standby.ecat 300 IN A <%= $ips->{current_standby}{ipv4} %> ; Enable failover standby.ecat 300 IN AAAA <%= $ips->{current_standby}{ipv6} %> ; Enable failover -fotos 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover -fotos 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover -www.fotos 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover -www.fotos 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover -standby.fotos 300 IN A <%= $ips->{current_standby}{ipv4} %> ; Enable failover -standby.fotos 300 IN AAAA <%= $ips->{current_standby}{ipv6} %> ; Enable failover - git 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover git 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover www.git 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover -- cgit v1.2.3