Comment on Best way to get IPv4 connectivity to my self-hosted services
csm10495@sh.itjust.works 4 days ago
Another option if you need public access without something like tailscale would be to use ddns and a AAAA record. Something like github.com/ddclient/ddclient would help do that.
That way if the IP changes, you’d pick up on the change for your vanity url within a few minutes… and can get https certs for that url as well.