Merge pull request #479 from n-tdi/patch-1
Make DNS understaind easier for users
This commit is contained in:
2
run.py
2
run.py
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user