As I understand it for the public web we all use, public DNS servers serve to guide browsers to IP addresses associated with domain names. But of course IPs change for anonymity’s sake on the dark web yet “domain names” stay the same.

How does my Tor browser know the correct route to get to the site that I am trying to visit each time and know that it is always accurate and won’t take me to a different site (assuming that the owner hasn’t changed on that site)? How does this work to keep site owners anonymous without exposing their information to anyone?

  • LeapSecond@lemmy.zip
    link
    fedilink
    arrow-up
    4
    ·
    22 hours ago

    From the link, since I think this is the part most equivalent to DNS.

    The Onion Service assembles an Onion Service descriptor, containing a list of its introduction points (and “authentication keys”), and signs this descriptor with the Onion Service’s identity private key.

    The Onion Service upload that signed descriptor to a distributed hash table, which is part of the Tor network, so that clients can also get it.