From 8de2b270996b3063ede1482cad6063fe2d2f3b69 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 24 Apr 2023 20:19:16 +0100 Subject: [PATCH] dns: reduce te time that the record is alive for --- applications/dns.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/dns.nix b/applications/dns.nix index a7ed62d..ed5bb64 100644 --- a/applications/dns.nix +++ b/applications/dns.nix @@ -159,12 +159,12 @@ in { '' $TTL 60 ; 1 minute ; hostmaster@skynet.ie is an email address that recieves stuff related to dns - @ IN SOA ${cfg.own.nameserver}.skynet.ie. hostmaster.skynet.ie. ( + @ IN SOA ${cfg.own.nameserver}.skynet.ie. hostmaster.skynet.ie. ( ; Serial (YYYYMMDDCC) this has to be updated for each time the record is updated ${current_date} 600 ; Refresh (10 minutes) - 300 ; Retry (5 minutes) - 2419200 ; Expire (4 weeks) + 300 ; Retry (5 minutes) + 604800 ; Expire (1 week) 3600 ; Minimum (1 hour) ) NS ns1.skynet.ie.