Fixed retry value to 3600

This commit is contained in:
User1000001 2021-06-28 21:39:23 +02:00
parent a4ea1f3243
commit f8407a04ac
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ $TTL {ttl} ; default time to live
@ IN SOA ns1.{primary_domain}. hostmaster.{primary_domain}. (
__SERIAL__ ; serial number
7200 ; Refresh (secondary nameserver update interval)
{ttl} ; Retry (when refresh fails, how often to try again)
3600 ; Retry (when refresh fails, how often to try again)
1209600 ; Expire (when refresh fails, how long secondary nameserver will keep records around anyway)
{ttl} ; Negative TTL (how long negative responses are cached)
)