diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-15 21:21:04 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-15 21:21:04 +0200 |
| commit | c5a700427a90bac7156bb09c539c7d95b1bb10a8 (patch) | |
| tree | 4073f2cc8f63ad6a19abd6b0b08ae286aeb98606 | |
| parent | e8bf1e6b8ead1880dfd3de6c0b51a5a9c0d22e82 (diff) | |
cleanup of old zone template files and Rexfile
| -rw-r--r-- | frontends/Rexfile | 2 | ||||
| -rw-r--r-- | frontends/var/nsd/zones/master/buetow.org.zone.tpl | 7 |
2 files changed, 1 insertions, 8 deletions
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 |
