diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-29 09:08:47 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-29 09:08:47 +0200 |
| commit | 0a973372d58d12cc1b1a756f6acf0473279b95b2 (patch) | |
| tree | faad78ae0de26bda0e703d8efcf446cd1bdc599d /frontends/var/nsd/zones/master | |
| parent | 26ba9b67ea9eb9705a1fcafbc06790e08bfb2957 (diff) | |
Add ipv4/ipv6 subdomain ingress and bump to 1.2.0
Amp-Thread-ID: https://ampcode.com/threads/T-019c086d-c760-779d-b740-0f748094b62a
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'frontends/var/nsd/zones/master')
| -rw-r--r-- | frontends/var/nsd/zones/master/buetow.org.zone.tpl | 6 |
1 files changed, 6 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 5ae4c08..27f5bc9 100644 --- a/frontends/var/nsd/zones/master/buetow.org.zone.tpl +++ b/frontends/var/nsd/zones/master/buetow.org.zone.tpl @@ -63,6 +63,12 @@ standby.<%= $host %>. 300 IN A <%= $ips->{current_standby}{ipv4} %> ; Enable fai standby.<%= $host %>. 300 IN AAAA <%= $ips->{current_standby}{ipv6} %> ; Enable failover <% } -%> +; ipv6test stuff +ipv4.ipv6test.f3s 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover +ipv6.ipv6test.f3s 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover +standby.ipv4.ipv6test.f3s 300 IN A <%= $ips->{urrent_standby{ipv4} %> ; Enable failover +standby.ipv6.ipv6test.f3s 300 IN AAAA <%= $ips->{urrent_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 |
