diff options
| author | Paul Buetow <paul@buetow.org> | 2024-03-20 18:03:06 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-03-20 18:03:06 +0200 |
| commit | 2bc714a50bb329dbbca02db23d0b321cd42ee67a (patch) | |
| tree | fe90e6f6ae1b101dde24cfc79ea661de60eefcfa | |
| parent | 6eda65afaa3bbdcd05f1275ee8ae1d61d8cf19b0 (diff) | |
failover SAOO
5 files changed, 6 insertions, 6 deletions
diff --git a/frontends/var/nsd/zones/master/buetow.org.zone.tpl b/frontends/var/nsd/zones/master/buetow.org.zone.tpl index 4b17ed6..84e31f3 100644 --- a/frontends/var/nsd/zones/master/buetow.org.zone.tpl +++ b/frontends/var/nsd/zones/master/buetow.org.zone.tpl @@ -1,13 +1,13 @@ $ORIGIN buetow.org. $TTL 4h -@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( +@ IN SOA fishfinger.buetow.org. hostmaster.buetow.org. ( <%= time() %> ; serial 1h ; refresh 30m ; retry 7d ; expire 1h ) ; negative - IN NS blowfish.buetow.org. IN NS fishfinger.buetow.org. + IN NS blowfish.buetow.org. IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover diff --git a/frontends/var/nsd/zones/master/dtail.dev.zone.tpl b/frontends/var/nsd/zones/master/dtail.dev.zone.tpl index a4c7708..dc2c61c 100644 --- a/frontends/var/nsd/zones/master/dtail.dev.zone.tpl +++ b/frontends/var/nsd/zones/master/dtail.dev.zone.tpl @@ -1,6 +1,6 @@ $ORIGIN dtail.dev. $TTL 4h -@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( +@ IN SOA fishfinger.buetow.org. hostmaster.buetow.org. ( <%= time() %> ; serial 1h ; refresh 30m ; retry diff --git a/frontends/var/nsd/zones/master/foo.zone.zone.tpl b/frontends/var/nsd/zones/master/foo.zone.zone.tpl index bf0231d..e59fb2f 100644 --- a/frontends/var/nsd/zones/master/foo.zone.zone.tpl +++ b/frontends/var/nsd/zones/master/foo.zone.zone.tpl @@ -1,6 +1,6 @@ $ORIGIN foo.zone. $TTL 4h -@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( +@ IN SOA fishfinger.buetow.org. hostmaster.buetow.org. ( <%= time() %> ; serial 1h ; refresh 30m ; retry diff --git a/frontends/var/nsd/zones/master/irregular.ninja.zone.tpl b/frontends/var/nsd/zones/master/irregular.ninja.zone.tpl index b2bc335..8bb7701 100644 --- a/frontends/var/nsd/zones/master/irregular.ninja.zone.tpl +++ b/frontends/var/nsd/zones/master/irregular.ninja.zone.tpl @@ -1,6 +1,6 @@ $ORIGIN irregular.ninja. $TTL 4h -@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( +@ IN SOA fishfinger.buetow.org. hostmaster.buetow.org. ( <%= time() %> ; serial 1h ; refresh 30m ; retry diff --git a/frontends/var/nsd/zones/master/snonux.foo.zone.tpl b/frontends/var/nsd/zones/master/snonux.foo.zone.tpl index ec2c4a0..77941bc 100644 --- a/frontends/var/nsd/zones/master/snonux.foo.zone.tpl +++ b/frontends/var/nsd/zones/master/snonux.foo.zone.tpl @@ -1,6 +1,6 @@ $ORIGIN snonux.foo. $TTL 4h -@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( +@ IN SOA fishfinger.buetow.org. hostmaster.buetow.org. ( <%= time() %> ; serial 1h ; refresh 30m ; retry |
