diff options
| author | Paul Buetow <paul@buetow.org> | 2024-03-22 19:13:23 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-03-22 19:13:23 +0200 |
| commit | f8f912f8fddd62efbf8c142df25c6e50c33c8184 (patch) | |
| tree | 0ba7b776a27a6415b1e8d314c239aa5612152591 | |
| parent | 3ac3afb6f81bd6543f121f00c2add6b4b9eb101e (diff) | |
fix
| -rw-r--r-- | frontends/var/nsd/zones/master/dtail.dev.zone.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/var/nsd/zones/master/dtail.dev.zone.tpl b/frontends/var/nsd/zones/master/dtail.dev.zone.tpl index 86121cf..6a03749 100644 --- a/frontends/var/nsd/zones/master/dtail.dev.zone.tpl +++ b/frontends/var/nsd/zones/master/dtail.dev.zone.tpl @@ -16,6 +16,6 @@ $TTL 4h 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover www 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover www 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover -www 300 IN A <%= $ips->{current_standby}{ipv4} %> ; Enable failover -www 300 IN AAAA <%= $ips->{current_standby}{ipv6} %> ; Enable failover +mirror 300 IN A <%= $ips->{current_standby}{ipv4} %> ; Enable failover +mirror 300 IN AAAA <%= $ips->{current_standby}{ipv6} %> ; Enable failover github 86400 IN CNAME mimecast.github.io. |
