mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-24 07:37:04 +00:00
modify dns TTLs according to recommendations from zonemaster.iis.se
This commit is contained in:
parent
6be8ae1e4b
commit
ee87feb571
@ -507,10 +507,10 @@ $TTL {defttl} ; default time to live
|
||||
)
|
||||
"""
|
||||
|
||||
# Default ttl values
|
||||
# Default ttl values, following recomendations from zonemaster.iis.se
|
||||
p_defttl = "1d"
|
||||
p_refresh = "2h"
|
||||
p_retry = "15m"
|
||||
p_refresh = "4h"
|
||||
p_retry = "1h"
|
||||
p_expire = "14d"
|
||||
p_negttl = "12h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user