mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-24 07:37:04 +00:00
add missing . in nameserver definition
This commit is contained in:
parent
856d94b74f
commit
14394ef05b
@ -509,7 +509,7 @@ $TTL {defttl} ; default time to live
|
|||||||
p_expire = "14d"
|
p_expire = "14d"
|
||||||
p_negttl = "12h"
|
p_negttl = "12h"
|
||||||
|
|
||||||
primary_dns = "ns1" + env["PRIMARY_HOSTNAME"]
|
primary_dns = "ns1." + env["PRIMARY_HOSTNAME"]
|
||||||
|
|
||||||
# Shorten dns ttl if file exists. Use before moving domains, changing secondary dns servers etc
|
# Shorten dns ttl if file exists. Use before moving domains, changing secondary dns servers etc
|
||||||
if os.path.exists("/etc/forceshortdnsttl"):
|
if os.path.exists("/etc/forceshortdnsttl"):
|
||||||
|
Loading…
Reference in New Issue
Block a user