I have a few single board computers at home that I want to try hosting some public facing stuff with, but what’s the best way to deal with the fact that my home internet is not on a static IP? Would I have to host my site from a DynDNS domain and hope that when the IP changes, the DNS caches of users expire quickly enough to keep them connected?
deleted by creator
Would a reverse proxy be able to read the traffic going to and from the server? I also don’t really want to use a VPS since in that case it would probably make more financial sense to just host the entire website on the VPS itself.