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?

  • @[email protected]
    link
    fedilink
    53 years ago

    There are multiple ways to go about this. You can, for one, use DynDNS and CNAME it to your own domain. There are some DynDNS services that can move the IP in under a minute.

    Another option is to use some reverse proxy service, or setup up a reverse proxy yourself on a VPS. I’ve heard Oracle gives them away for free.

    • @[email protected]OP
      link
      fedilink
      23 years ago

      Another option is to use some reverse proxy service, or setup up a reverse proxy yourself on a VPS. I’ve heard Oracle gives them away for free.

      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.