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 /frontends/var | |
| parent | e8bf1e6b8ead1880dfd3de6c0b51a5a9c0d22e82 (diff) | |
cleanup of old zone template files and Rexfile
Diffstat (limited to 'frontends/var')
| -rw-r--r-- | frontends/var/nsd/zones/master/buetow.org.zone.tpl | 7 |
1 files changed, 0 insertions, 7 deletions
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 |
