diff options
| author | Paul Buetow <paul@buetow.org> | 2022-06-19 09:13:41 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-06-19 09:13:41 +0100 |
| commit | 4b94c6119d71deea91496eb5eaf2834b6288d451 (patch) | |
| tree | f4850786b5fe9694ef378476d5f0a2fd510282bc | |
| parent | d9a369d1fd46ebef44febeaaa330256b4a6f6e50 (diff) | |
lower ttl for DNS failover
| -rw-r--r-- | frontends/var/nsd/zones/master/foo.zone.zone.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/var/nsd/zones/master/foo.zone.zone.tpl b/frontends/var/nsd/zones/master/foo.zone.zone.tpl index 4efbf3d..a70c45c 100644 --- a/frontends/var/nsd/zones/master/foo.zone.zone.tpl +++ b/frontends/var/nsd/zones/master/foo.zone.zone.tpl @@ -13,7 +13,7 @@ $TTL 4h IN MX 20 www.buetow.org. - 86400 IN A 23.88.35.144 - 86400 IN AAAA 2a01:4f8:c17:20f1::42 -* 86400 IN CNAME blowfish.buetow.org. -www 86400 IN CNAME twofish.buetow.org. + 300 IN A 23.88.35.144 + 300 IN AAAA 2a01:4f8:c17:20f1::42 +* 300 IN CNAME blowfish.buetow.org. +www 300 IN CNAME twofish.buetow.org. |
