summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontends/Rexfile4
-rw-r--r--frontends/var/nsd/zones/master/buetow.org.zone.tpl7
2 files changed, 9 insertions, 2 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index b486d29..7b53d00 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -72,8 +72,8 @@ our $fqdns = sub {
our $secrets = sub { read_file './secrets/' . shift };
our @dns_zones = qw/buetow.org dtail.dev foo.zone irregular.ninja snonux.foo/;
-our @dns_zones_remove = qw/paul.cyou ha.buetow.org/;
-our @acme_hosts = qw/buetow.org paul.buetow.org dory.buetow.org solarcat.buetow.org fotos.buetow.org znc.buetow.org dtail.dev foo.zone irregular.ninja snonux.foo/;
+our @dns_zones_remove = qw/paul.cyou/;
+our @acme_hosts = qw/buetow.org git.buetow.org paul.buetow.org dory.buetow.org solarcat.buetow.org fotos.buetow.org znc.buetow.org dtail.dev foo.zone irregular.ninja snonux.foo/;
# UTILITY TASKS
diff --git a/frontends/var/nsd/zones/master/buetow.org.zone.tpl b/frontends/var/nsd/zones/master/buetow.org.zone.tpl
index fa50844..6ed5aa9 100644
--- a/frontends/var/nsd/zones/master/buetow.org.zone.tpl
+++ b/frontends/var/nsd/zones/master/buetow.org.zone.tpl
@@ -61,6 +61,13 @@ 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
+www.git 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover
+standby.git 300 IN A <%= $ips->{current_standby}{ipv4} %> ; Enable failover
+standby.git 300 IN AAAA <%= $ips->{current_standby}{ipv6} %> ; Enable failover
+
blowfish 14400 IN A 23.88.35.144
blowfish 14400 IN AAAA 2a01:4f8:c17:20f1::42
blowfish IN MX 10 fishfinger.buetow.org.