From b77427b3cf38e3ca329242dcd947a3a836805453 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 24 Apr 2023 13:08:36 +0200 Subject: [PATCH] improve dns record hint Signed-off-by: Simon L --- php/templates/containers.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 9e7b19b4..93f0b125 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -92,7 +92,7 @@ {% if skip_domain_validation == false %} - Make sure that this server is reachable on port 443 (port 443/tcp is open/forwarded in your firewall/router) and that you've correctly set up the DNS config for the domain that you enter (set the A record to your public ipv4-address and the AAAA record to your public ipv6-address).

+ Make sure that this server is reachable on port 443 (port 443/tcp is open/forwarded in your firewall/router) and that you've correctly set up the DNS config for the domain that you enter (set the A record to your public ipv4-address and if you need ipv6, set the AAAA record to your public ipv6-address. A CNAME record if of course also possible).

Click here for further hints
If you should not have a domain yet, you can get one for free e.g. from duckduckdns.org and others.