• frongt@lemmy.zip
      link
      fedilink
      English
      arrow-up
      9
      ·
      20 hours ago

      They might be thinking of the problem where you can’t change the domain of an instance, you have to start a whole new one under the new domain. And if you lose a domain, someone else can start an instance and receive your federation traffic.

      But changing away from domain names entirely doesn’t solve those problems.

      • Scrubbles@poptalk.scrubbles.tech
        link
        fedilink
        English
        arrow-up
        6
        ·
        20 hours ago

        I think this could be solved with a migration window though, and a proper migration path in code. You spin up a new instance, clone your data. Then on old instance it sends a .well-known redirect message, or 301s for everything. Then receiving servers whenthey get that know to update all of their references. You keep it up for however long you think you should for all of the other severs to update.

          • Scrubbles@poptalk.scrubbles.tech
            link
            fedilink
            English
            arrow-up
            3
            ·
            18 hours ago

            I think even then that’s a solvable problem though. A unique hash of your server so if you move and start refederating the same process could happen. It’d require more work on the individual instance admin, but could be done