added guidance for domainless setup, self-signed cert generation and DDNS setup.

This commit is contained in:
2026-03-09 04:31:49 +01:00
parent 47e3bb630d
commit 00320f328c
6 changed files with 178 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
If you have a dynamic public IP, you'll have to set up DDNS since a normal DNS only points to an ip statically, and if your ip changes, everything goes down until you update the DNS record.
DDNS does this automatically.
select a reliable service:
noip.com
duckdns.org
dyn.com
dynv6.com
follow their install instructions. Generally, your router will have DDNS support.
If it does not, you can install a DDNS client on your server (apt install ddclient)