this post was submitted on 21 Jul 2023
1461 points (98.9% liked)

Technology

58303 readers
10 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 1 year ago (1 children)

Time for use the ip instead of a name

[–] [email protected] 2 points 1 year ago (1 children)

This would create the same issue every time you wanted to switch servers / server hosters and would make self hosting with a dynamic ip impossible

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

I'm not sure that's true. Couldn't it just automatically broadcast your server's current correct IP to all servers it federates with each time it (the IP) changes (and if a server fails to find a federated server by the most recent IP in its records, have it query other federated servers for a more up to date IP.)

[–] [email protected] 1 points 1 year ago

Lemmy relies heavily on SSL, which requires a domain name. You can't get an SSL certificate for an IP address as far as I know.

You prove you own the domain to the certificate issuer, and from then on, anyone can verify that they're talking to the right server.

IPs could be technically possible if server identities were validated separately like with SSH keys, but that would be a major change in the protocol.