mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-15 17:37:22 +01:00
modify dns TTLs according to recommendations from zonemaster.iis.se
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user