diff options
| author | Paul Buetow <paul@buetow.org> | 2024-05-01 21:09:59 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-05-01 21:09:59 +0300 |
| commit | 6e64b9cacedf882bb6b2117c248149a51a8699c9 (patch) | |
| tree | 96a819738a1ee13a5a86723400289031715b5296 | |
| parent | 6e885a6d41e2de2cc271737c57117745370ae0bb (diff) | |
add www.alt.irregular.ninja to DNS
| -rw-r--r-- | frontends/var/nsd/zones/master/irregular.ninja.zone.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/var/nsd/zones/master/irregular.ninja.zone.tpl b/frontends/var/nsd/zones/master/irregular.ninja.zone.tpl index a37eb85..d4f3d62 100644 --- a/frontends/var/nsd/zones/master/irregular.ninja.zone.tpl +++ b/frontends/var/nsd/zones/master/irregular.ninja.zone.tpl @@ -15,6 +15,8 @@ www 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover www 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover standby 300 IN A <%= $ips->{current_standby}{ipv4} %> ; Enable failover standby 300 IN AAAA <%= $ips->{current_standby}{ipv6} %> ; Enable failover +www.alt 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover +www.alt 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover alt 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover alt 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover standby.alt 300 IN A <%= $ips->{current_standby}{ipv4} %> ; Enable failover |
