diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-11 20:25:28 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-11 20:25:28 +0300 |
| commit | 938931b12c0017cd8e7b9bd2adef176dd3524c74 (patch) | |
| tree | fbc06453c96391e58f3929134baef4d561ae154f /frontends/var/nsd/zones | |
| parent | 893faf6252509790d14490325a92b26b7fa0817d (diff) | |
joern.buetow.org
Diffstat (limited to 'frontends/var/nsd/zones')
| -rw-r--r-- | frontends/var/nsd/zones/master/buetow.org.zone.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/var/nsd/zones/master/buetow.org.zone.tpl b/frontends/var/nsd/zones/master/buetow.org.zone.tpl index 52f49c5..0a0fb36 100644 --- a/frontends/var/nsd/zones/master/buetow.org.zone.tpl +++ b/frontends/var/nsd/zones/master/buetow.org.zone.tpl @@ -56,6 +56,11 @@ standby.<%= $host %>. 300 IN A <%= $ips->{current_standby}{ipv4} %> ; Enable fai standby.<%= $host %>. 300 IN AAAA <%= $ips->{current_standby}{ipv6} %> ; Enable failover <% } -%> +; So joern can directly preview the content before rsync happens from blowfish to fishfinger +joern IN CNAME blowfish +www.joern IN CNAME blowfish +standby.joern IN CNAME fishfinger + dory 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover dory 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover www.dory 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover |
