mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-25 07:47:05 +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_defttl = "1d"
|
||||||
p_refresh = "2h"
|
p_refresh = "4h"
|
||||||
p_retry = "15m"
|
p_retry = "1h"
|
||||||
p_expire = "14d"
|
p_expire = "14d"
|
||||||
p_negttl = "12h"
|
p_negttl = "12h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user