dns: reduce te time that the record is alive for

This commit is contained in:
silver 2023-04-24 20:19:16 +01:00
parent 94784ee6d2
commit 8de2b27099

View file

@ -159,12 +159,12 @@ in {
'' ''
$TTL 60 ; 1 minute $TTL 60 ; 1 minute
; hostmaster@skynet.ie is an email address that recieves stuff related to dns ; 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 ; Serial (YYYYMMDDCC) this has to be updated for each time the record is updated
${current_date} ${current_date}
600 ; Refresh (10 minutes) 600 ; Refresh (10 minutes)
300 ; Retry (5 minutes) 300 ; Retry (5 minutes)
2419200 ; Expire (4 weeks) 604800 ; Expire (1 week)
3600 ; Minimum (1 hour) 3600 ; Minimum (1 hour)
) )
NS ns1.skynet.ie. NS ns1.skynet.ie.