mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 15:36:52 +00:00
improve dns record hint
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
38c95d14d2
commit
b77427b3cf
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
||||||
<input class="button" type="submit" value="Submit" />
|
<input class="button" type="submit" value="Submit" />
|
||||||
</form>
|
</form>
|
||||||
{% if skip_domain_validation == false %}
|
{% 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). <br><br>
|
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). <br><br>
|
||||||
<details>
|
<details>
|
||||||
<summary>Click here for further hints</summary><br />
|
<summary>Click here for further hints</summary><br />
|
||||||
If you should not have a domain yet, you can get one for free e.g. from duckduckdns.org and others.<br><br>
|
If you should not have a domain yet, you can get one for free e.g. from duckduckdns.org and others.<br><br>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue