mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-24 02:37:05 +00:00
Fixed retry value to 3600
This commit is contained in:
parent
a4ea1f3243
commit
f8407a04ac
@ -480,7 +480,7 @@ $TTL {ttl} ; default time to live
|
|||||||
@ IN SOA ns1.{primary_domain}. hostmaster.{primary_domain}. (
|
@ IN SOA ns1.{primary_domain}. hostmaster.{primary_domain}. (
|
||||||
__SERIAL__ ; serial number
|
__SERIAL__ ; serial number
|
||||||
7200 ; Refresh (secondary nameserver update interval)
|
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)
|
1209600 ; Expire (when refresh fails, how long secondary nameserver will keep records around anyway)
|
||||||
{ttl} ; Negative TTL (how long negative responses are cached)
|
{ttl} ; Negative TTL (how long negative responses are cached)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user