Merge pull request #479 from n-tdi/patch-1

Make DNS understaind easier for users
This commit is contained in:
Antoine Nguyen
2023-03-06 16:58:15 +01:00
committed by GitHub

2
run.py
View File

@@ -42,7 +42,7 @@ def installation_disclaimer(args, config):
"Before you start the installation, please make sure the following " "Before you start the installation, please make sure the following "
"DNS records exist for domain '{}':\n" "DNS records exist for domain '{}':\n"
" {} IN A <IP ADDRESS OF YOUR SERVER>\n" " {} IN A <IP ADDRESS OF YOUR SERVER>\n"
" IN MX {}.\n".format( " @ IN MX {}.\n".format(
args.domain, args.domain,
hostname.replace(".{}".format(args.domain), ""), hostname.replace(".{}".format(args.domain), ""),
hostname hostname