add missing . in nameserver definition

This commit is contained in:
github@kiekerjan.isdronken.nl 2021-05-19 22:01:25 +02:00
parent 856d94b74f
commit 14394ef05b
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ $TTL {defttl} ; default time to live
p_expire = "14d"
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
if os.path.exists("/etc/forceshortdnsttl"):