diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-21 21:29:46 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-21 21:29:46 +0200 |
| commit | 3c17bcfedb5bfb35fe9197d4a5dd4d7eecde4058 (patch) | |
| tree | 99a393beb3f02cec9e260ab5fde658efc672883e /frontends/var | |
| parent | 76898fe956afb1158ae407aefb02a847e3232797 (diff) | |
Add solarcat.buetow.org and cleanup config
- Add solarcat DNS records, httpd server block, and ACME host
- Re-enable Prometheus and WG0 ping notifications in gogios
- Remove paul.cyou from DNS zones
- Cleanup duplicate definitions in Rexfile
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'frontends/var')
| -rw-r--r-- | frontends/var/nsd/zones/master/buetow.org.zone.tpl | 7 |
1 files changed, 7 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..b11a691 100644 --- a/frontends/var/nsd/zones/master/buetow.org.zone.tpl +++ b/frontends/var/nsd/zones/master/buetow.org.zone.tpl @@ -75,6 +75,13 @@ www.dory 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover standby.dory 300 IN A <%= $ips->{current_standby}{ipv4} %> ; Enable failover standby.dory 300 IN AAAA <%= $ips->{current_standby}{ipv6} %> ; Enable failover +solarcat 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover +solarcat 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover +www.solarcat 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover +www.solarcat 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover +standby.solarcat 300 IN A <%= $ips->{current_standby}{ipv4} %> ; Enable failover +standby.solarcat 300 IN AAAA <%= $ips->{current_standby}{ipv6} %> ; Enable failover + ecat 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover ecat 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover www.ecat 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover |
