diff options
| -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 |
