Corrects a typo in containers.twig

Signed-off-by: Killiane Letellier <killiane.letellier@mailo.com>
This commit is contained in:
Killiane Letellier 2024-05-20 16:16:04 +02:00 committed by GitHub
parent 01f76081df
commit df3935a992
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,7 +112,7 @@
<input class="button" type="submit" value="Submit domain" />
</form>
{% 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 443/udp as well if you want to enable http3) 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 in the top right corner if your domain is not accepted.<br><br>
Make sure that this server is reachable on port 443 (port 443/tcp is open/forwarded in your firewall/router and 443/udp as well if you want to enable http3) 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 is, of course, also possible). You should see hints on what went wrong in the top right corner if your domain is not accepted.<br><br>
<details>
<summary>Click here for further hints</summary><br />
If you do not have a domain yet, you can get one for free e.g. from duckdns.org and others.<br><br>