From 1411a0d8b1272595830f6dbf2535b92a8b787a8b Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 15 Aug 2022 13:28:12 +0200 Subject: [PATCH] add a hint how to skip the domain validation Signed-off-by: szaimen --- php/templates/containers.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 7c24f429..7e25bd52 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -93,6 +93,7 @@ {% if skip_domain_validation == false %} Make sure that this server is reachable on Port 443 and you've correctly set up the DNS config for the domain that you enter.

If you have a dynamic IP-address, you can use e.g. DDclient with a compatible domain provider for DNS updates.

+ Hint: If the domain validation fails but you are completely sure that you've configured everything correctly, you may skip the domain validation by following this documentation.

{% endif %}

Restore former AIO instance from backup