set the url

This commit is contained in:
Valentin 2024-02-23 20:06:37 +01:00
parent 7c3bef2d8b
commit 54e69e0012
1 changed files with 1 additions and 2 deletions

View File

@ -197,10 +197,9 @@ fi
echo -e "${PURPLE}${BOLD}Enter the domain name of the website${RESET}"
read domain_name
$ip=$(hostname -I)
ip=$(hostname -I)
echo -e "${PURPLE}${BOLD}Configure the ${domain_name} DNS ZONE as the following${RESET}"
echo -e "${PURPLE}Domain : ${domain_name} | Type : A | Target : ${ip}${RESET}"
echo -e "${PURPLE}Domain : ${domain_name} | Type : A | Target : ${ip}${RESET}"
echo -e "${PURPLE}Domain : cms.${domain_name} | Type : A | Target : ${ip}${RESET}"
echo -e "${PURPLE}Domain : www.${domain_name} | Type : A | Target : ${ip}${RESET}"
echo -e "${PURPLE}${BOLD}Press any key when done${RESET}"