diff --git a/docs/operators/tutorial.md b/docs/operators/tutorial.md index 251ecc010..2245c3fa4 100644 --- a/docs/operators/tutorial.md +++ b/docs/operators/tutorial.md @@ -84,6 +84,10 @@ Where `116.203.211.204` can be replaced with the IP address of your server. You can use a tool like `dig` on the command-line to check if your server has the necessary DNS records set up. Something like `dig +short ` should show the IP address of your server if things are working. +??? question "Can I use DynDNS with a home server?" + + Yes. If your DNS provider does not allow you to set a *. A-Record, you may still be able to use a *. CNAME-Record to your example.com domain. + ### Install `abra` Now we can install [`abra`](/abra) locally on your machine and hook it up to your server. We support a script-based installation method ([script source](https://git.coopcloud.tech/toolshed/abra/src/branch/main/scripts/installer/installer)):