From 900d47017454ee0714923ad9ccb0d5161787283f Mon Sep 17 00:00:00 2001
From: wky0211 <46506352+wky0211@users.noreply.github.com>
Date: Tue, 2 May 2023 00:19:23 +0800
Subject: [PATCH] fix(typo): "duckduckdns.org" -> "duckdns.org"
Signed-off-by: wky0211 <46506352+wky0211@users.noreply.github.com>
---
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 786465ab..282db522 100644
--- a/php/templates/containers.twig
+++ b/php/templates/containers.twig
@@ -102,7 +102,7 @@
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). You should see hints on what went wrong if your domain does not get accepted in the top right corner.
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.
+ If you should not have a domain yet, you can get one for free e.g. from duckdns.org and others.
If you have a dynamic public IP-address, you can use e.g. DDclient with a compatible domain provider for DNS updates.
If you only want to install AIO locally without exposing it to the public internet or if you cannot do so, feel free to follow this documentation.
If you should be using Cloudflare Proxy for your domain, make sure to disable the Proxy feature temporarily as it might block the domain validation attempts.